Home
last modified time | relevance | path

Searched refs:cubeTexture (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h776 uint32 cubeTexture : 1; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3325 TextureCubeMap *cubeTexture = static_cast<TextureCubeMap*>(baseTexture); in applyTexture() local
3329 cubeTexture->updateBorders(mipmapLevel); in applyTexture()
3340 egl::Image *surface = cubeTexture->getImage(face, surfaceLevel); in applyTexture()