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

1 2 3

  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 150 dst->copyTexSubImage3D = src.copyTexSubImage3D;
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 73 glCopyTexSubImage3DFunc copyTexSubImage3D;
glwInitES30Direct.inl 150 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwInitES30.inl 150 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL30.inl 71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitES31.inl 150 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL31.inl 71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL32.inl 71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL33.inl 71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL40.inl 71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL41.inl 71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL42.inl 71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL43.inl 71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL44.inl 71 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
  /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 633 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 113 CopyTexSubImage3D, CompressedTexImage3D, CompressedTexSubImage3D,
255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 113 CopyTexSubImage3D, CompressedTexImage3D, CompressedTexSubImage3D,
255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.xml 803 <template name="CopyTexSubImage3D">
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 73 gl->copyTexSubImage3D = glCopyTexSubImage3D;
  /external/mesa3d/src/mesa/main/
APIspec.xml 803 <template name="CopyTexSubImage3D">
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
es_EXT.xml 489 <function name="CopyTexSubImage3DOES" alias="CopyTexSubImage3D" static_dispatch="false">
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 939 { "glCopyTexSubImage3D", _O(CopyTexSubImage3D) },
    [all...]

Completed in 305 milliseconds

1 2 3