Searched refs:isIndexedBindNoOp (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 247 …bool isIndexedBindNoOp(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr siz…
|
D | GLClientState.cpp | 586 bool GLClientState::isIndexedBindNoOp(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in isIndexedBindNoOp() function in GLClientState
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 3277 if (ctx->m_state->isIndexedBindNoOp(target, index, buffer, offset, size, 0, 0)) return; in s_glBindBufferRange() 3308 if (ctx->m_state->isIndexedBindNoOp(target, index, buffer, 0, size, 0, 0)) return; in s_glBindBufferBase() 3321 …if (m_state->isIndexedBindNoOp(target, index, buffer, offset, size, stride, effectiveStride)) retu… in doIndexedBufferBindEncodeCached()
|