/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_2_0_autogen.h | 46 void copyTexSubImage2D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \
|
H A D | Context.cpp | 4490 void Context::copyTexSubImage2D(TextureTarget target, in copyTexSubImage2D() function in gl::__anon19924::Context
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 74 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) = DE_NULL;
|
H A D | sglrContextWrapper.cpp | 166 m_curCtx->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
|
H A D | sglrGLContext.hpp | 86 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
|
H A D | sglrGLContext.cpp | 343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) in copyTexSubImage2D() function in sglr::GLContext 355 m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y()+y, width, height); in copyTexSubImage2D()
|
H A D | sglrReferenceContext.hpp | 639 virtual void copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
|
H A D | sglrReferenceContext.cpp | 1610 void ReferenceContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 888 ASSIGN("glCopyTexSubImage2DEXT", copyTexSubImage2D); in initProcsDesktopGL() 1243 ASSIGN("glCopyTexSubImage2D", copyTexSubImage2D); in initProcsDesktopGL() 2291 ASSIGN("glCopyTexSubImage2D", copyTexSubImage2D); in initProcsGLES() 3676 copyTexSubImage2D = &glCopyTexSubImage2DNULL; in initProcsDesktopGLNULL() 4030 copyTexSubImage2D = &glCopyTexSubImage2DNULL; in initProcsDesktopGLNULL() 5077 copyTexSubImage2D = &glCopyTexSubImage2DNULL; in initProcsGLESNULL()
|
H A D | BlitGL.cpp | 385 ANGLE_GL_TRY(context, mFunctions->copyTexSubImage2D( in copySubImageToLUMAWorkaroundTexture() 849 mFunctions->copyTexSubImage2D(ToGLenum(destTarget), static_cast<GLint>(destLevel), in copyTexSubImage()
|
H A D | TextureGL.cpp | 775 ANGLE_GL_TRY(context, functions->copyTexSubImage2D( in copyImage() 856 ANGLE_GL_TRY(context, functions->copyTexSubImage2D( in copySubImage()
|
H A D | DispatchTableGL_autogen.h | 85 PFNGLCOPYTEXSUBIMAGE2DPROC copyTexSubImage2D = nullptr; member in rx::DispatchTableGL
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.cpp | 708 context->copyTexSubImage2D(targetPacked, level, xoffset, yoffset, x, y, width, height); in GL_CopyTexSubImage2D()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 495 context->copyTexSubImage2D( in ReplayCall()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 1143 GLU_CHECK_GLW_CALL(thread.gl, copyTexSubImage2D(GL_TEXTURE_2D, m_level, m_xoffset, m_yoffset, m_x, m_y, m_width, m_height)); in exec()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 7571 context->copyTexSubImage2D(targetPacked, level, xoffset, yoffset, x, y, width, height); in GL_CopyTexSubImage2D()
|