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.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/shared/OpenglCodecCommon/
DGLClientState.cpp759 GLboolean* firstUse) in bindTexture() argument
795 if (firstUse) { in bindTexture()
796 *firstUse = first; in bindTexture()
DGLClientState.h315 GLenum bindTexture(GLenum target, GLuint texture, GLboolean* firstUse);
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1727 GLboolean firstUse; in s_glBindTexture() local
1730 SET_ERROR_IF((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR, err); in s_glBindTexture()
1739 if (target == GL_TEXTURE_EXTERNAL_OES && firstUse) { in s_glBindTexture()