HomeSort by relevance Sort by last modified time
    Searched refs:texSubImage3D (Results 1 - 25 of 30) sorted by null

1 2

  /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 258 dst->texSubImage3D = src.texSubImage3D;
  /external/deqp/framework/opengl/simplereference/
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;
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);
sglrGLContext.cpp 290 void GLContext::texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data)
sglrReferenceContext.hpp 633 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);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 196 gl->texSubImage3D = &glTexSubImage3D;
glwInitES31Direct.inl 258 gl->texSubImage3D = &glTexSubImage3D;
glwFunctions.inl 492 glTexSubImage3DFunc texSubImage3D;
    [all...]
glwInitES30.inl 196 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitES31.inl 258 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL30.inl 194 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL31.inl 205 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL32.inl 223 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL33.inl 242 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
glwInitGL40.inl 270 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
    [all...]
glwInitGL41.inl 344 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
    [all...]
glwInitGL42.inl     [all...]
glwInitGL43.inl     [all...]
glwInitGL44.inl     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 492 gl->texSubImage3D = glTexSubImage3D;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 290 gl.texSubImage3D(texTarget, 0, 0, 0, 0, 1, 1, 1, transferFmt.format, transferFmt.dataType, color);
    [all...]
es31fStencilTexturingTests.cpp 605 glu::texSubImage3D(renderCtx, GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, uploadLevel);
    [all...]

Completed in 182 milliseconds

1 2