Searched refs:getCubeMapSurface (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | TextureStorage9.cpp | 267 IDirect3DSurface9 *TextureStorage9_Cube::getCubeMapSurface(GLenum faceTarget, int level, bool dirty) in getCubeMapSurface() function in rx::TextureStorage9_Cube 294 …IDirect3DSurface9 *upper = getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, level - 1, fal… in generateMipmap() 295 … IDirect3DSurface9 *lower = getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, level, true); in generateMipmap() 321 surface = getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + i, 0, false); in initializeRenderTarget()
|
D | TextureStorage9.h | 92 IDirect3DSurface9 *getCubeMapSurface(GLenum faceTarget, int level, bool dirty);
|
D | Image9.cpp | 269 …setManagedSurface(storage9->getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, level, false)… in setManagedSurface() 302 …return updateSurface(storage9->getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, level, tru… in updateSurface()
|
D | Blit.cpp | 273 IDirect3DSurface9 *destSurface = storage9->getCubeMapSurface(target, level, true); in copy()
|
D | Renderer9.cpp | 2580 …IDirect3DSurface9 *srcSurf = source9->getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + f, i, fal… in copyToRenderTarget() 2581 …IDirect3DSurface9 *dstSurf = dest9->getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + f, i, true); in copyToRenderTarget()
|