/external/chromium_org/third_party/angle/extensions/ |
EXT_texture_storage.txt | 121 Accepted by the <internalformat> parameter of TexStorage* when 314 After a successful call to any TexStorage* command with a non-proxy 326 - TexStorage* 349 where <levels> is the parameter passed the call to TexStorage* for 365 p is one less than the <levels> parameter passed to TexStorage*; 397 TexStorage* to the list of commands that cannot be used. 458 mipmapped textures specified with TexStorage are required to have a 471 parameters of TexImage2D. Since TexStorage* does not specify texel 476 TexImage* calls in the TexStorage* pseudocode are modified so that 480 specified in the TexStorage* command [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstorage.c | 26 * \file texstorage.c 40 #include "texstorage.h" 356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, function 399 texstorage(1, target, levels, internalformat, width, 1, 1); 407 texstorage(2, target, levels, internalformat, width, height, 1); 415 texstorage(3, target, levels, internalformat, width, height, depth);
|
api_exec.c | 92 #include "texstorage.h" [all...] |
dlist.c | 66 #include "texstorage.h" [all...] |
/external/mesa3d/src/mesa/main/ |
texstorage.c | 26 * \file texstorage.c 40 #include "texstorage.h" 356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, function 399 texstorage(1, target, levels, internalformat, width, 1, 1); 407 texstorage(2, target, levels, internalformat, width, height, 1); 415 texstorage(3, target, levels, internalformat, width, height, depth);
|
api_exec.c | 92 #include "texstorage.h" [all...] |
dlist.c | 66 #include "texstorage.h" [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-9.0.2.html | 232 <li>mesa: fix error checking of TexStorage(levels) for array and rect textures</li>
|
/external/chromium_org/third_party/mesa/src/src/mesa/ |
SConscript | 132 'main/texstorage.c',
|
sources.mak | 99 $(SRCDIR)main/texstorage.c \
|
/external/mesa3d/docs/ |
relnotes-9.0.2.html | 232 <li>mesa: fix error checking of TexStorage(levels) for array and rect textures</li>
|
/external/mesa3d/src/mesa/ |
SConscript | 132 'main/texstorage.c',
|
sources.mak | 99 $(SRCDIR)main/texstorage.c \
|
/external/chromium_org/third_party/mesa/ |
mesa.gyp | 477 'src/src/mesa/main/texstorage.c', 478 'src/src/mesa/main/texstorage.h',
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer11.cpp | 593 TextureStorageInterface *texStorage = texture->getNativeTexture(); 594 if (texStorage) 596 TextureStorage11 *storage11 = TextureStorage11::makeTextureStorage11(texStorage->getStorageInstance()); [all...] |
Renderer9.cpp | 795 TextureStorageInterface *texStorage = texture->getNativeTexture(); 796 if (texStorage) 798 TextureStorage9 *storage9 = TextureStorage9::makeTextureStorage9(texStorage->getStorageInstance()); [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL.cpp | 567 // the best sized format to convert the 565 data to. Since TexStorage 679 // if we have data and we used TexStorage to create the texture, we [all...] |
/external/skia/src/gpu/gl/ |
GrGpuGL.cpp | 567 // the best sized format to convert the 565 data to. Since TexStorage 679 // if we have data and we used TexStorage to create the texture, we [all...] |