Home
last modified time | relevance | path

Searched refs:firstUse (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.cpp307 GLboolean* firstUse) in bindTexture() argument
336 if (firstUse) { in bindTexture()
337 *firstUse = first; in bindTexture()
DGLClientState.h179 GLenum bindTexture(GLenum target, GLuint texture, GLboolean* firstUse);
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp655 GLboolean firstUse; in s_glBindTexture() local
656 if ((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR) { in s_glBindTexture()
669 if (target == GL_TEXTURE_EXTERNAL_OES && firstUse) { in s_glBindTexture()
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp1267 GLboolean firstUse; in s_glBindTexture() local
1269 SET_ERROR_IF((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR, err); in s_glBindTexture()
1278 if (target == GL_TEXTURE_EXTERNAL_OES && firstUse) { in s_glBindTexture()