Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DTransformFeedbackGL.cpp85 const BufferGL *bufferGL = GetImplAs<BufferGL>(binding.get()); in bindIndexedBuffer() local
DStateManagerGL.cpp835 const BufferGL *bufferGL = GetImplAs<BufferGL>(drawIndirectBuffer); in updateDrawIndirectBufferBinding() local
846 const BufferGL *bufferGL = GetImplAs<BufferGL>(dispatchIndirectBuffer); in updateDispatchIndirectBufferBinding() local
1020 BufferGL *bufferGL = GetImplAs<BufferGL>(shaderStorageBuffer.get()); in updateProgramStorageBufferBindings() local
1049 BufferGL *bufferGL = GetImplAs<BufferGL>(uniformBuffer.get()); in updateProgramUniformBufferBindings() local
1076 BufferGL *bufferGL = GetImplAs<BufferGL>(buffer.get()); in updateProgramAtomicCounterBufferBindings() local
DVertexArrayGL.cpp691 BufferGL *bufferGL = GetImplAs<BufferGL>(arrayBuffer); in updateAttribPointer() local
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp565 const gl::Buffer *bufferGL = bindings[bindingIndex].getBuffer().get(); in syncState() local
586 gl::Buffer *bufferGL = mState.getElementArrayBuffer(); in syncState() local
717 gl::Buffer *bufferGL = binding.getBuffer().get(); in syncDirtyAttrib() local
950 gl::Buffer *bufferGL = binding.getBuffer().get(); in updateStreamedAttribs() local
/external/angle/src/libANGLE/
DVertexArray.cpp672 Buffer *bufferGL = binding.getBuffer().get(); in onBind() local
707 Buffer *bufferGL = binding.getBuffer().get(); in onUnbind() local
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1067 deUint32 bufferGL, in readBufferTextureWithMappingAndVerify()
1091 deUint32 bufferGL, in readTextureAndVerify()