Searched refs:isTexture (Results 1 – 3 of 3) sorted by relevance
748 bool isTexture(GLuint name) const;
1028 bool GLClientState::isTexture(GLuint tex_name) const { in isTexture() function in gfxstream::guest::GLClientState
3235 SET_ERROR_IF(texture && !state->isTexture(texture), GL_INVALID_OPERATION); in s_glFramebufferTexture2D()