/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 30 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
|
D | glwInitES30Direct.inl | 46 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
|
D | glwInitES20.inl | 30 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
D | glwInitES31Direct.inl | 50 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
|
D | glwInitES32Direct.inl | 57 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
|
D | glwInitES30.inl | 46 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
D | glwInitGL31.inl | 51 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
D | glwInitGL30.inl | 50 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
D | glwFunctions.inl | 117 glCopyTexSubImage2DFunc copyTexSubImage2D; variable
|
D | glwInitES31.inl | 50 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
D | glwInitGL32.inl | 52 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
D | glwInitGL33.inl | 54 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
D | glwInitES32.inl | 57 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 50 dst->copyTexSubImage2D = src.copyTexSubImage2D;
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 86 …virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x,…
|
D | sglrContext.hpp | 74 …virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int…
|
D | sglrContextWrapper.cpp | 166 m_curCtx->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
|
D | sglrGLContext.cpp | 343 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()
|
D | sglrReferenceContext.hpp | 639 …virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, in…
|
/external/angle/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 46 void copyTexSubImage2D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 46 fFunctions.fCopyTexSubImage2D = bind_to_member(this, &GrGLTestInterface::copyTexSubImage2D); in GrGLTestInterface()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 899 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()
|
D | BlitGL.cpp | 385 ANGLE_GL_TRY(context, mFunctions->copyTexSubImage2D( in copySubImageToLUMAWorkaroundTexture() 849 mFunctions->copyTexSubImage2D(ToGLenum(destTarget), static_cast<GLint>(destLevel), in copyTexSubImage()
|
D | DispatchTableGL_autogen.h | 85 PFNGLCOPYTEXSUBIMAGE2DPROC copyTexSubImage2D = nullptr; variable
|
D | TextureGL.cpp | 775 ANGLE_GL_TRY(context, functions->copyTexSubImage2D( in copyImage() 856 ANGLE_GL_TRY(context, functions->copyTexSubImage2D( in copySubImage()
|