Home
last modified time | relevance | path

Searched defs:bufferGL (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp773 const gl::Buffer *bufferGL = bindings[bindingIndex].getBuffer().get(); in syncState() local
794 gl::Buffer *bufferGL = mState.getElementArrayBuffer(); in syncState() local
925 gl::Buffer *bufferGL = binding.getBuffer().get(); in syncDirtyAttrib() local
1286 gl::Buffer *bufferGL = binding.getBuffer().get(); in updateStreamedAttribs() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp841 const BufferGL *bufferGL = GetImplAs<BufferGL>(drawIndirectBuffer); in updateDrawIndirectBufferBinding() local
852 const BufferGL *bufferGL = GetImplAs<BufferGL>(dispatchIndirectBuffer); in updateDispatchIndirectBufferBinding() local
1026 BufferGL *bufferGL = GetImplAs<BufferGL>(shaderStorageBuffer.get()); in updateProgramStorageBufferBindings() local
1062 BufferGL *bufferGL = GetImplAs<BufferGL>(uniformBuffer.get()); in updateProgramUniformBufferBindings() local
1091 BufferGL *bufferGL = GetImplAs<BufferGL>(buffer.get()); in updateProgramAtomicCounterBufferBindings() local
H A DTransformFeedbackGL.cpp90 const BufferGL *bufferGL = GetImplAs<BufferGL>(binding.get()); in bindIndexedBuffer() local
H A DVertexArrayGL.cpp726 BufferGL *bufferGL = GetImplAs<BufferGL>(arrayBuffer); in updateAttribPointer() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DVertexArray.cpp678 Buffer *bufferGL = binding.getBuffer().get(); in onBind() local
713 Buffer *bufferGL = binding.getBuffer().get(); in onUnbind() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1198uint32_t bufferGL, const TextureFormat &textureFormat, int imageSize, in readBufferTextureWithMappingAndVerify()
1219uint32_t bufferGL, TextureType textureType, const TextureFormat &textureFormat, in readTextureAndVerify()