Home
last modified time | relevance | path

Searched refs:glCopyTexImage2D (Results 1 - 25 of 72) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp534 // glCopyTexImage2D in init()
536 ES3F_ADD_API_CASE(copyteximage2d_invalid_target, "Invalid glCopyTexImage2D() usage", in init()
539 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in init()
543 ES3F_ADD_API_CASE(copyteximage2d_invalid_format, "Invalid glCopyTexImage2D() usage", in init()
546 glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in init()
548 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in init()
550 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init()
552 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init()
554 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0); in init()
556 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_ in init()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeTextureApiTests.cpp619 // glCopyTexImage2D in init()
621 ES2F_ADD_API_CASE(copyteximage2d_invalid_target, "Invalid glCopyTexImage2D() usage", in init()
624 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in init()
628 ES2F_ADD_API_CASE(copyteximage2d_invalid_format_tex2d, "Invalid glCopyTexImage2D() usage", in init()
631 glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in init()
635 ES2F_ADD_API_CASE(copyteximage2d_invalid_format_cube, "Invalid glCopyTexImage2D() usage", in init()
638 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in init()
640 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init()
642 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init()
644 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_ in init()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp625 // glCopyTexImage2D
630 ctx.glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in copyteximage2d_invalid_target()
638 ctx.glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in copyteximage2d_invalid_format()
640 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
642 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
644 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
646 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
648 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
650 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
658 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_ in copyteximage2d_inequal_width_height_cube()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDebugMarkerTest.cpp125 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in TEST_P()
140 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 2, 2, 0); in TEST_P()
H A DMultisampledRenderToTextureTest.cpp985 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 0, 0, kSize, kSize, 0); in copyTexImageTestCommon()
1055 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 0, 0, kSize, kSize, 0); in copyTexSubImageTestCommon()
1249 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in drawCopyThenBlendCommon()
1336 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in clearDrawCopyThenBlendSameProgramCommon()
1467 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in TEST_P()
1542 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in drawCopyDrawThenMaskedClearCommon()
1621 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in drawCopyDrawAttachInvalidatedThenDrawCommon()
1731 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in drawCopyDrawAttachDepthStencilClearThenDrawCommon()
1840 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in TEST_P()
1856 glCopyTexImage2D(GL_TEXTURE_2 in TEST_P()
[all...]
H A DDebugTest.cpp618 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in TEST_P()
624 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 2, 2, 0); in TEST_P()
630 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 3, 3, 0); in TEST_P()
H A DCopyTexImageTest.cpp112 glCopyTexImage2D(GL_TEXTURE_2D, 0, format, 0, 0, kFboSizes[i], kFboSizes[i], 0); in runCopyTexImageTest()
130 glCopyTexImage2D(GL_TEXTURE_2D, 0, format, 0, 0, kFboSizes[0], kFboSizes[0], 0); in runCopyTexSubImageTest()
322 // Read default framebuffer with glCopyTexImage2D().
326 // glCopyTexImage2D() below will fail without this clear. in TEST_P()
333 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, w, h, 0); in TEST_P()
492 glCopyTexImage2D(GL_TEXTURE_2D, 1, GL_RGBA, 0, 0, 2, 2, 0); in TEST_P()
509 // Test if glCopyTexImage2D() implementation performs conversions well from GL_TEXTURE_3D to
627 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kFboSizes[0], kFboSizes[0], 0); in TEST_P()
676 // Test if glCopyTexImage2D() implementation performs conversions well from GL_TEXTURE_3D to
706 glCopyTexImage2D(GL_TEXTURE_2 in TEST_P()
[all...]
H A DRobustResourceInitTest.cpp904 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kWidth, kHeight, 0); in TEST_P()
953 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, x, y, kTextureWidth, kTextureHeight, 0); in TEST_P()
990 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, x, y, kWidth, kHeight, 0); in TEST_P()
2258 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGBA, 1, 1, kSize, kSize, 0); in TEST_P()
2259 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGBA, -1, -1, kSize, kSize, 0); in TEST_P()
2260 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGBA, 2, 2, kSize, kSize, 0); in TEST_P()
2261 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGBA, -2, -2, kSize, kSize, 0); in TEST_P()
2262 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in TEST_P()
2263 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in TEST_P()
H A DTextureRectangleTest.cpp415 glCopyTexImage2D(GL_TEXTURE_RECTANGLE_ANGLE, 1, GL_RGBA8, 0, 0, 1, 1, 0); in TEST_P()
419 glCopyTexImage2D(GL_TEXTURE_RECTANGLE_ANGLE, 0, GL_RGBA8, 0, 0, 1, 1, 0); in TEST_P()
H A DWebGLReadOutsideFramebufferTest.cpp184 // Read framebuffer to 'pixelsOut' via glCopyTexImage2D and GL_TEXTURE_2D.
192 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, x, y, kReadWidth, kReadHeight, 0); in TestCopyTexImage2D()
196 // Read framebuffer to 'pixelsOut' via glCopyTexImage2D and cube map.
204 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGBA, x, y, kReadWidth, kReadHeight, in TestCopyTexImageCube()
H A DVulkanMultithreadingTest.cpp189 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in TEST_P()
198 // Verify glCopyTexImage2D() was successful. in TEST_P()
H A DOcclusionQueriesTest.cpp235 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 0, 0, getWindowWidth(), getWindowHeight(), 0); in TEST_P()
331 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in TEST_P()
H A DWebGLFramebufferTest.cpp557 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in testRenderingAndReading()
761 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, size, size, 0); in TestReadingMissingAttachment()
H A DTransformFeedbackTest.cpp713 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in TEST_P()
3125 /* | */ glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in TEST_P()
3129 /* | | */ glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in TEST_P()
3134 /* | | */ glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in TEST_P()
3137 /* | */ glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in TEST_P()
3142 /* 2 2 */ glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in TEST_P()
3867 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in TEST_P()
H A DCompressedTextureFormatsTest.cpp116 glCopyTexImage2D(GL_TEXTURE_2D, 0, format, 0, 0, 4, 4, 0); in check2D()
H A DBPTCCompressedTextureTest.cpp239 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, 0, 0, 4, 4, 0); in TEST_P()
H A DFramebufferMultiviewTest.cpp265 // glCopyTexImage2D generates GL_INVALID_FRAMEBUFFER_OPERATION. http://anglebug.com/3857 in TEST_P()
279 // Test glCopyTexImage2D and glCopyTexSubImage2D. in TEST_P()
289 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, 0, 0, 1, 1, 0); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DMultisampledRenderToTexturePerf.cpp221 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0); in drawBenchmark()
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp944 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 2, 6, 8, 8, 0); in TEST_F()
1820 glCopyTexImage2D(GL_TEXTURE_RECTANGLE_ARB, 1, GL_RGBA8, 0, 0, 1, 1, 0); in TEST_F()
1824 glCopyTexImage2D(GL_TEXTURE_RECTANGLE_ARB, 0, GL_RGBA8, 0, 0, 1, 1, 0); in TEST_F()
1972 glCopyTexImage2D(invalidTarget, 0, GL_RGB, 2, 6, 8, 8, 0); in TEST_F()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp154 void ContextWrapper::glCopyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) in glCopyTexImage2D() function in sglr::ContextWrapper
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_context.c979 &glCopyTexImage2D,
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp320 void GL_APIENTRY glCopyTexImage2D(GLenum target, in glCopyTexImage2D() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.hpp70 void (GL_APIENTRY *glCopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); member in LibGLESv2exports
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);

Completed in 58 milliseconds

123