Home
last modified time | relevance | path

Searched refs:copyTexImage2D (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h44 void copyTexImage2D(TextureTarget targetPacked, GLint level, GLenum internalformat, GLint x, \
H A DContext.cpp4471 void Context::copyTexImage2D(TextureTarget target, in copyTexImage2D() function in gl::__anon19924::Context
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp72 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) = DE_NULL;
H A DsglrContextWrapper.cpp156 m_curCtx->copyTexImage2D(target, level, internalFormat, x, y, width, height, border); in glCopyTexImage2D()
H A DsglrGLContext.hpp84 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border);
H A DsglrGLContext.cpp311 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 DsglrReferenceContext.hpp637 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border);
H A DsglrReferenceContext.cpp1492 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 DDispatchTableGL_autogen.cpp886 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 DBlitGL.cpp323 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 DDispatchTableGL_autogen.h83 PFNGLCOPYTEXIMAGE2DPROC copyTexImage2D = nullptr; member in rx::DispatchTableGL
H A DTextureGL.cpp783 context, functions->copyTexImage2D(ToGLenum(target), static_cast<GLint>(level), in copyImage()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedDepthStencilTests.cpp1542 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 DglcFramebufferCompleteness.cpp996 // 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 DglcInternalformatTests.cpp1039 gl.copyTexImage2D(GL_TEXTURE_2D, 0, textureInternalFormat, 0, 0, m_renderWidth, m_renderHeight, 0); in iterate()
H A DglcPackedPixelsTests.cpp2319 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 Des3cCopyTexImageConversionsTests.cpp6822 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 Dentry_points_gles_2_0_autogen.cpp670 context->copyTexImage2D(targetPacked, level, internalformat, x, y, width, height, in GL_CopyTexImage2D()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp483 context->copyTexImage2D( in ReplayCall()
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1092 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 Dentry_points_gl_1_autogen.cpp7505 context->copyTexImage2D(targetPacked, level, internalformat, x, y, width, height, in GL_CopyTexImage2D()

Completed in 166 milliseconds