/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_2_0_autogen.h | 44 void copyTexImage2D(TextureTarget targetPacked, GLint level, GLenum internalformat, GLint x, \
|
H A D | Context.cpp | 4471 void Context::copyTexImage2D(TextureTarget target, in copyTexImage2D() function in gl::__anon19924::Context
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.hpp | 72 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) = DE_NULL;
|
H A D | sglrContextWrapper.cpp | 156 m_curCtx->copyTexImage2D(target, level, internalFormat, x, y, width, height, border); in glCopyTexImage2D()
|
H A D | sglrGLContext.hpp | 84 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border);
|
H A D | sglrGLContext.cpp | 311 void GLContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) in copyTexImage2D() function in sglr::GLContext 325 m_context.getFunctions().copyTexImage2D(target, level, internalFormat, offset.x()+x, offset.y()+y, width, height, border); in copyTexImage2D()
|
H A D | sglrReferenceContext.hpp | 637 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border);
|
H A D | sglrReferenceContext.cpp | 1492 void ReferenceContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 886 ASSIGN("glCopyTexImage2DEXT", copyTexImage2D); in initProcsDesktopGL() 1241 ASSIGN("glCopyTexImage2D", copyTexImage2D); in initProcsDesktopGL() 2290 ASSIGN("glCopyTexImage2D", copyTexImage2D); in initProcsGLES() 3674 copyTexImage2D = &glCopyTexImage2DNULL; in initProcsDesktopGLNULL() 4028 copyTexImage2D = &glCopyTexImage2DNULL; in initProcsDesktopGLNULL() 5076 copyTexImage2D = &glCopyTexImage2DNULL; in initProcsGLESNULL()
|
H A D | BlitGL.cpp | 323 context, mFunctions->copyTexImage2D(GL_TEXTURE_2D, 0, copyTexImageFormat.internalFormat, in copySubImageToLUMAWorkaroundTexture() 493 context, mFunctions->copyTexImage2D(GL_TEXTURE_2D, 0, copyTexImageFormat.internalFormat, in blitColorBufferWithShader()
|
H A D | DispatchTableGL_autogen.h | 83 PFNGLCOPYTEXIMAGE2DPROC copyTexImage2D = nullptr; member in rx::DispatchTableGL
|
H A D | TextureGL.cpp | 783 context, functions->copyTexImage2D(ToGLenum(target), static_cast<GLint>(level), in copyImage()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedDepthStencilTests.cpp | 1542 gl.copyTexImage2D(GL_TEXTURE_2D, 0, GL_DEPTH_STENCIL, 0, 0, TEX_SIZE, TEX_SIZE, 0); in checkErrors() 1547 gl.copyTexImage2D(GL_TEXTURE_2D, 0, GL_DEPTH_STENCIL, 0, 0, TEX_SIZE, TEX_SIZE, 0); in checkErrors() 1722 gl.copyTexImage2D(GL_TEXTURE_2D, 0, m_typeFormat.format, 0, 0, TEX_SIZE, TEX_SIZE, 0); in iterate()
|
H A D | glcFramebufferCompleteness.cpp | 996 // Format to rgba8 using copyTexImage2D from compatible fbo -> framebuffer_complete 1005 gl.copyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, 0, 0, TEXTURE_WIDTH, TEXTURE_HEIGHT, 0);
|
H A D | glcInternalformatTests.cpp | 1039 gl.copyTexImage2D(GL_TEXTURE_2D, 0, textureInternalFormat, 0, 0, m_renderWidth, m_renderHeight, 0); in iterate()
|
H A D | glcPackedPixelsTests.cpp | 2319 gl.copyTexImage2D(GL_TEXTURE_2D, 0, m_copyInternalFormat.sizedFormat, 0, 0, GRADIENT_WIDTH, GRADIENT_HEIGHT, 0);
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 6822 gl.copyTexImage2D(m_destination_attachment_type, 0, dst_internalformat, 0 /* x */, 0 /* y */, 6856 gl.copyTexImage2D(j, 0, dst_internalformat, 0 /* x */, 0 /* y */, TEXTURE_WIDTH, TEXTURE_HEIGHT, 10154 gl.copyTexImage2D(m_destination_attachment_type, 0, dst_internal_format, 0 /* x */, 0 /* y */,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.cpp | 670 context->copyTexImage2D(targetPacked, level, internalformat, x, y, width, height, in GL_CopyTexImage2D()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 483 context->copyTexImage2D( in ReplayCall()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 1092 GLU_CHECK_GLW_CALL(thread.gl, copyTexImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_x, m_y, m_width, m_height, m_border)); in exec()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 7505 context->copyTexImage2D(targetPacked, level, internalformat, x, y, width, height, in GL_CopyTexImage2D()
|