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

  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 150 dst->copyTexSubImage3D = src.copyTexSubImage3D;
gluCallLogWrapper.inl 511 m_gl.copyTexSubImage3D(param0, param1, param2, param3, param4, param5, param6, param7, param8);
    [all...]
  /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 633 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 150 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwFunctions.inl 73 glCopyTexSubImage3DFunc copyTexSubImage3D;
glwInitES30.inl 150 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitES31.inl 150 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL30.inl 71 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...]
glwImpl.inl 562 gl->copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 73 gl->copyTexSubImage3D = glCopyTexSubImage3D;

Completed in 292 milliseconds