Home
last modified time | relevance | path

Searched defs:TextureCubeMap (Results 1 – 4 of 4) 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
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp237 struct TextureCubeMap : public TextureFlat struct