Searched refs:isTextureExternalEnabled (Results 1 – 3 of 3) sorted by relevance
383 bool isTextureExternalEnabled() const;
797 bool Context::isTextureExternalEnabled() const in isTextureExternalEnabled() function in es1::Context
2503 case GL_TEXTURE_EXTERNAL_OES: return context->isTextureExternalEnabled(); break; in IsEnabled()