Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp663 GLboolean firstUse; in s_glBindTexture() local
664 if ((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR) { in s_glBindTexture()
677 if (target == GL_TEXTURE_EXTERNAL_OES && firstUse) { in s_glBindTexture()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1043 GLboolean* firstUse) in bindTexture() argument
1079 if (firstUse) { in bindTexture()
1080 *firstUse = first; in bindTexture()
DGLClientState.h336 GLenum bindTexture(GLenum target, GLuint texture, GLboolean* firstUse);
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp2198 GLboolean firstUse; in s_glBindTexture() local
2201 SET_ERROR_IF((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR, err); in s_glBindTexture()
2210 if (target == GL_TEXTURE_EXTERNAL_OES && firstUse) { in s_glBindTexture()