Home
last modified time | relevance | path

Searched refs:copyTexSubImage2D (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl30 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwInitES30Direct.inl46 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwInitES20.inl30 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitES31Direct.inl50 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwInitES32Direct.inl57 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwInitES30.inl46 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL31.inl51 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL30.inl50 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwFunctions.inl117 glCopyTexSubImage2DFunc copyTexSubImage2D; variable
DglwInitES31.inl50 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL32.inl52 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitGL33.inl54 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitES32.inl57 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl50 dst->copyTexSubImage2D = src.copyTexSubImage2D;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp86 …virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x,…
DsglrContext.hpp74 …virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int…
DsglrContextWrapper.cpp166 m_curCtx->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
DsglrGLContext.cpp343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int… in copyTexSubImage2D() function in sglr::GLContext
355 …m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y… in copyTexSubImage2D()
DsglrReferenceContext.hpp639 …virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, in…
/external/angle/src/libANGLE/
DContext_gles_2_0_autogen.h46 void copyTexSubImage2D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp46 fFunctions.fCopyTexSubImage2D = bind_to_member(this, &GrGLTestInterface::copyTexSubImage2D); in GrGLTestInterface()
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp899 ASSIGN("glCopyTexSubImage2DEXT", copyTexSubImage2D); in initProcsDesktopGL()
1254 ASSIGN("glCopyTexSubImage2D", copyTexSubImage2D); in initProcsDesktopGL()
2302 ASSIGN("glCopyTexSubImage2D", copyTexSubImage2D); in initProcsGLES()
3687 copyTexSubImage2D = &glCopyTexSubImage2DNULL; in initProcsDesktopGLNULL()
4041 copyTexSubImage2D = &glCopyTexSubImage2DNULL; in initProcsDesktopGLNULL()
5088 copyTexSubImage2D = &glCopyTexSubImage2DNULL; in initProcsGLESNULL()
DBlitGL.cpp385 ANGLE_GL_TRY(context, mFunctions->copyTexSubImage2D( in copySubImageToLUMAWorkaroundTexture()
849 mFunctions->copyTexSubImage2D(ToGLenum(destTarget), static_cast<GLint>(destLevel), in copyTexSubImage()
DDispatchTableGL_autogen.h85 PFNGLCOPYTEXSUBIMAGE2DPROC copyTexSubImage2D = nullptr; variable
DTextureGL.cpp775 ANGLE_GL_TRY(context, functions->copyTexSubImage2D( in copyImage()
856 ANGLE_GL_TRY(context, functions->copyTexSubImage2D( in copySubImage()

12