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

1 2

  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 51 dst->copyTexSubImage3D = src.copyTexSubImage3D;
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 87 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
sglrContext.hpp 75 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) = DE_NULL;
sglrGLContext.cpp 358 void GLContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
370 m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x, offset.y()+y, width, height);
sglrReferenceContext.hpp 638 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 93 glCopyTexSubImage3DFunc copyTexSubImage3D;
    [all...]
glwInitES30Direct.inl 47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwInitES30.inl 47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitES31Direct.inl 51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwInitGL30.inl 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitES31.inl 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL31.inl 52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL32.inl 53 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL33.inl 55 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL40.inl 61 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL41.inl 64 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL42.inl 65 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL43.inl 69 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL44.inl 78 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 113 CopyTexSubImage3D, CompressedTexImage3D, CompressedTexSubImage3D,
255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 93 gl->copyTexSubImage3D = glCopyTexSubImage3D;
    [all...]
  /external/mesa3d/src/mesa/main/
APIspec.xml 803 <template name="CopyTexSubImage3D">
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
es_EXT.xml 489 <function name="CopyTexSubImage3DOES" alias="CopyTexSubImage3D" static_dispatch="false">
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 939 { "glCopyTexSubImage3D", _O(CopyTexSubImage3D) },
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/mesa/
libGL.so 

Completed in 898 milliseconds

1 2