Searched refs:isIndexedBindNoOp (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 318 …bool isIndexedBindNoOp(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr siz…
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 868 bool GLClientState::isIndexedBindNoOp(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in isIndexedBindNoOp() function in gfxstream::guest::GLClientState
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 3698 if (ctx->m_state->isIndexedBindNoOp(target, index, buffer, offset, size, 0, 0)) return; in s_glBindBufferRange() 3729 if (ctx->m_state->isIndexedBindNoOp(target, index, buffer, 0, size, 0, 0)) return; in s_glBindBufferBase() 3742 …if (m_state->isIndexedBindNoOp(target, index, buffer, offset, size, stride, effectiveStride)) retu… in doIndexedBufferBindEncodeCached()
|