Home
last modified time | relevance | path

Searched defs:TextureExternal (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h57 class TextureExternal; variable
DTexture.cpp1979 TextureExternal::TextureExternal(GLuint name) : Texture2D(name) in TextureExternal() function in es2::TextureExternal
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.inl1011 class TextureExternal : public TypeMatcher { class