/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 624 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in init() 631 glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); 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_X, 0, 0, 0, 0, 16, 16, 0); in init() 646 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init() 648 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init() 655 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in init() 657 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0); in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 536 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in init() 543 glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in init() 545 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in init() 547 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init() 549 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init() 551 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0); in init() 553 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init() 555 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init() 562 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in init() 564 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0); in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 620 ctx.glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in copyteximage2d_invalid_target() 628 ctx.glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in copyteximage2d_invalid_format() 630 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 632 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 634 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 636 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 638 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 640 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 648 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube() 650 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube() [all …]
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.texture.teximage.txt | 29 - glCopyTexImage2D() 45 For glCopyTexImage2D() and glCopyTexSubImage2D() usage the rendering target
|
/external/angle/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 131 glCopyTexImage2D(GL_TEXTURE_2D, 0, format, 0, 0, kFboSizes[i], kFboSizes[i], 0); in runCopyTexImageTest() 149 glCopyTexImage2D(GL_TEXTURE_2D, 0, format, 0, 0, kFboSizes[0], kFboSizes[0], 0); in runCopyTexSubImageTest() 352 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, w, h, 0); in TEST_P() 514 glCopyTexImage2D(GL_TEXTURE_2D, 1, GL_RGBA, 0, 0, 2, 2, 0); in TEST_P() 590 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kFboSizes[0], kFboSizes[0], 0); in TEST_P()
|
D | WebGLReadOutsideFramebufferTest.cpp | 192 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, x, y, kReadWidth, kReadHeight, 0); in TestCopyTexImage2D() 204 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGBA, x, y, kReadWidth, kReadHeight, in TestCopyTexImageCube()
|
D | TextureRectangleTest.cpp | 409 glCopyTexImage2D(GL_TEXTURE_RECTANGLE_ANGLE, 1, GL_RGBA8, 0, 0, 1, 1, 0); in TEST_P() 413 glCopyTexImage2D(GL_TEXTURE_RECTANGLE_ANGLE, 0, GL_RGBA8, 0, 0, 1, 1, 0); in TEST_P()
|
D | RobustResourceInitTest.cpp | 774 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, kWidth, kHeight, 0); in TEST_P() 823 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, x, y, kTextureWidth, kTextureHeight, 0); in TEST_P() 860 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, x, y, kWidth, kHeight, 0); in TEST_P() 2028 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGBA, 1, 1, kSize, kSize, 0); in TEST_P() 2029 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGBA, -1, -1, kSize, kSize, 0); in TEST_P() 2030 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGBA, 2, 2, kSize, kSize, 0); in TEST_P() 2031 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGBA, -2, -2, kSize, kSize, 0); in TEST_P() 2032 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in TEST_P() 2033 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 0, 0, kSize, kSize, 0); in TEST_P()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 29 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
|
D | egluStaticES30Library.inl | 45 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
|
D | egluStaticES31Library.inl | 49 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
|
D | egluStaticES32Library.inl | 56 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 60 glCopyTexImage2D @58
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 29 glCopyTexImage2D
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 56 glCopyTexImage2D @44
|
D | libGLES_CM.lds | 57 glCopyTexImage2D;
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.specification.txt | 28 + glCopyTexImage2D(), glCopyTexSubImage2D()
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 69 glCopyTexImage2D = glCopyTexImage2D@32
|
D | osmesa.def | 72 glCopyTexImage2D
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 62 glCopyTexImage2D = glCopyTexImage2D@32
|
D | opengl32.def | 62 glCopyTexImage2D
|
/external/angle/extensions/ |
D | CHROMIUM_copy_texture.txt | 24 glCopyTexImage2D command. A new function is exported, 26 glCopyTexImage2D.
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 26 glCopyTexImage2D @24
|
D | libGLESv2.lds | 27 glCopyTexImage2D;
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 53 glCopyTexImage2D
|