HomeSort by relevance Sort by last modified time
    Searched full:texstorage (Results 1 - 22 of 22) sorted by null

  /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/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.cpp 420 TextureStorage *texStorage = texture->getNativeTexture();
421 if (texStorage)
423 TextureStorage11 *storage11 = TextureStorage11::makeTextureStorage11(texStorage);
491 TextureStorage *texStorage = textureImpl->getNativeTexture();
492 if (texStorage)
494 TextureStorage11 *storage11 = TextureStorage11::makeTextureStorage11(texStorage);
    [all...]
  /external/chromium_org/third_party/mesa/
BUILD.gn 447 "src/src/mesa/main/texstorage.c",
448 "src/src/mesa/main/texstorage.h",
mesa.gyp 473 'src/src/mesa/main/texstorage.c',
474 'src/src/mesa/main/texstorage.h',
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
TextureD3D.cpp 621 // use existing storage level count, when previously specified by TexStorage*D
    [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/deqp/modules/gles31/functional/
es31fShaderTextureSizeTests.cpp 392 GLU_EXPECT_NO_ERROR(gl.getError(), "texStorage");
es31fTextureMultisampleTests.cpp     [all...]
  /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/skia/src/gpu/gl/
GrGpuGL.cpp 572 // the best sized format to convert the 565 data to. Since TexStorage
675 // if we have data and we used TexStorage to create the texture, we
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp 688 TextureStorage *texStorage = textureImpl->getNativeTexture();
689 if (texStorage)
691 TextureStorage9 *storage9 = TextureStorage9::makeTextureStorage9(texStorage);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 571 // the best sized format to convert the 565 data to. Since TexStorage
683 // if we have data and we used TexStorage to create the texture, we
    [all...]

Completed in 1306 milliseconds