HomeSort by relevance Sort by last modified time
    Searched full:texsubimage3d (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/deqp/doc/testspecs/GLES31/
functional.texture.cube_map_array.txt 30 - TexSubImage3D
  /external/deqp/framework/opengl/
gluPixelTransfer.hpp 46 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src);
gluPixelTransfer.cpp 126 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src)
139 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format.format, format.dataType, src.getDataPtr());
gluES3PlusWrapperFuncs.inl 149 dst->texSubImage3D = src.texSubImage3D;
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 72 glTexSubImage3DFunc texSubImage3D;
glwInitES30Direct.inl 149 gl->texSubImage3D = &glTexSubImage3D;
glwInitES30.inl 149 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL30.inl 70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitES31.inl 149 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL31.inl 70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL32.inl 70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL33.inl 70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL40.inl 70 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 215 TexSubImage3D commands.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pbo.c 90 * TexSubImage2D, TexSubImage3D, and DrawPixels if the current
APIspec.xml 786 <template name="TexSubImage3D">
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 146 m_curCtx->texSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data);
sglrGLContext.hpp 82 virtual void texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data);
sglrContext.hpp 70 virtual void texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) = DE_NULL;
  /external/mesa3d/docs/OLD/
MESA_trace.spec 215 TexSubImage3D commands.
  /external/mesa3d/src/mesa/main/
pbo.c 90 * TexSubImage2D, TexSubImage3D, and DrawPixels if the current
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 476 // TexSubImage3D() cube map array PBO case.
631 // TexSubImage3D() depth case.
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 72 gl->texSubImage3D = glTexSubImage3D;

Completed in 176 milliseconds

1 2 3