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

1 2

  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 51 dst->copyTexSubImage3D = src.copyTexSubImage3D;
  /external/deqp/framework/opengl/simplereference/
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.hpp 87 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
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...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwInitES31Direct.inl 51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwFunctions.inl 93 glCopyTexSubImage3DFunc copyTexSubImage3D;
    [all...]
glwInitES30.inl 47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitES32Direct.inl 58 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwInitES31.inl 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitES32.inl 58 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL30.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...]
glwInitGL45.inl 92 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwImpl.inl 708 gl->copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 93 gl->copyTexSubImage3D = glCopyTexSubImage3D;
    [all...]

Completed in 587 milliseconds

1 2