Home
last modified time | relevance | path

Searched defs:boundBuffer (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DVertexArray.cpp347 Buffer *boundBuffer, in bindVertexBufferImpl()
425 Buffer *boundBuffer, in bindVertexBuffer()
562 Buffer *boundBuffer, in setVertexAttribPointerImpl()
627 Buffer *boundBuffer, in setVertexAttribPointer()
640 Buffer *boundBuffer, in setVertexAttribIPointer()
H A DState.h1023 Buffer *boundBuffer, in setVertexAttribPointer()
1037 Buffer *boundBuffer, in setVertexAttribIPointer()
H A DState.cpp2863 Buffer *boundBuffer, in bindVertexBuffer()
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnResourceProvider.cpp124 const DawnBuffer* boundBuffer = boundBuffersAndSizes[i].first; in make_ubo_bind_group_key() local
664 const DawnBuffer* boundBuffer = boundBuffersAndSizes[i].first; in findOrCreateUniformBuffersBindGroup() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp174 StateQueryMemoryWriteGuard<GLint> boundBuffer; in testTransformFeedback() local
406 StateQueryMemoryWriteGuard<GLint> boundBuffer; in testUniformBuffers() local
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanResourceProvider.cpp327 const VulkanBuffer* boundBuffer = static_cast<const VulkanBuffer*>(bindInfo.fBuffer); in make_ubo_bind_group_key() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h171 std::optional<HandleType> boundBuffer; member
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3072 GLuint GL2Encoder::boundBuffer(GLenum target) const { in boundBuffer() function in GL2Encoder
3355 GLuint boundBuffer = ctx->m_state->getBuffer(target); in s_glMapBufferOES() local
3403 GLuint boundBuffer = ctx->m_state->getBuffer(target); in s_glMapBufferRange() local
3441 GLuint boundBuffer = ctx->m_state->getBuffer(target); in s_glUnmapBuffer() local
3493 GLuint boundBuffer = ctx->m_state->getBuffer(target); in s_glFlushMappedBufferRange() local