Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DRenderbuffer.h33 class TextureCubeMap; variable
DContext.h55 class TextureCubeMap; variable
DTexture.cpp914 TextureCubeMap::TextureCubeMap(GLuint name) : Texture(name) in TextureCubeMap() function in es2::TextureCubeMap