Home
last modified time | relevance | path

Searched refs:isTexture (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h748 bool isTexture(GLuint name) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1028 bool GLClientState::isTexture(GLuint tex_name) const { in isTexture() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3235 SET_ERROR_IF(texture && !state->isTexture(texture), GL_INVALID_OPERATION); in s_glFramebufferTexture2D()