Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h709 gl::BindingPointer<TextureCubeMap> mTextureCubeMapZero; variable
DContext.cpp144 mTextureCubeMapZero = new TextureCubeMap(0); in Context()
257 mTextureCubeMapZero = nullptr; in ~Context()
1750 case TEXTURE_CUBE: return mTextureCubeMapZero; in getSamplerTexture()