Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h110 GLenum textureExternalOES; member
DStateManagerGL.cpp3128 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()
/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h173 DECL_TYPE(textureExternalOES, GL_SAMPLER_EXTERNAL_OES, GLSL_TYPE_TEXTURE, GLSL_SAMPLER…