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

1 2

  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 30 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
glwInitES20.inl 30 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
glwInitES30Direct.inl 46 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
glwInitES31Direct.inl 50 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
glwFunctions.inl 92 glCopyTexSubImage2DFunc copyTexSubImage2D;
    [all...]
glwInitES30.inl 46 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
glwInitES31.inl 50 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
glwInitGL30.inl 50 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
glwInitGL31.inl 51 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
glwInitGL32.inl 52 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
glwInitGL33.inl 54 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
glwInitGL40.inl 60 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
    [all...]
glwInitGL41.inl 63 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
    [all...]
glwInitGL42.inl 64 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
    [all...]
glwInitGL43.inl 68 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
    [all...]
glwInitGL44.inl 77 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
    [all...]
glwInitGL45.inl 91 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 50 dst->copyTexSubImage2D = src.copyTexSubImage2D;
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 74 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) = DE_NULL;
sglrContextWrapper.cpp 166 m_curCtx->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
sglrGLContext.hpp 86 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
sglrGLContext.cpp 343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
355 m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y()+y, width, height);
sglrReferenceContext.hpp 637 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 92 gl->copyTexSubImage2D = glCopyTexSubImage2D;
    [all...]

Completed in 859 milliseconds

1 2