Searched refs:textureExternalOES (Results 1 – 3 of 3) sorted by relevance
110 GLenum textureExternalOES; member
3128 get(GL_TEXTURE_BINDING_EXTERNAL_OES, &bindings.textureExternalOES); in syncTextureUnitsFromNativeContext()3133 static_cast<GLuint>(bindings.textureExternalOES)) in syncTextureUnitsFromNativeContext()3137 mTextures[gl::TextureType::External][i] = bindings.textureExternalOES; in syncTextureUnitsFromNativeContext()3152 bindTexture(gl::TextureType::External, bindings.textureExternalOES); in restoreTextureUnitsNativeContext()
173 DECL_TYPE(textureExternalOES, GL_SAMPLER_EXTERNAL_OES, GLSL_TYPE_TEXTURE, GLSL_SAMPLER…