/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 598 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in init() 605 glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in init() 612 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in init() 614 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init() 616 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init() 618 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0); in init() 620 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init() 622 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init() 629 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in init() 631 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/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 29 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
|
D | egluStaticES30Library.inl | 45 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.specification.txt | 28 + glCopyTexImage2D(), glCopyTexSubImage2D()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 62 glCopyTexImage2D = glCopyTexImage2D@32
|
D | opengl32.def | 62 glCopyTexImage2D
|
D | stw_context.c | 761 &glCopyTexImage2D,
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 29 gl->copyTexImage2D = &glCopyTexImage2D;
|
D | glwInitES30Direct.inl | 45 gl->copyTexImage2D = &glCopyTexImage2D;
|
D | glwInitES20.inl | 29 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
D | glwInitES31Direct.inl | 49 gl->copyTexImage2D = &glCopyTexImage2D;
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
D | GwtGL20Debug.java | 111 …public void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, … in glCopyTexImage2D() method in GwtGL20Debug 113 super.glCopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES20.java | 82 …public native void glCopyTexImage2D ( int target, int level, int internalformat, int x, int y, int… in glCopyTexImage2D() method in IOSGLES20
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidGL20.java | 81 …public native void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int … in glCopyTexImage2D() method in AndroidGL20
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES20.java | 82 …public native void glCopyTexImage2D ( int target, int level, int internalformat, int x, int y, int… in glCopyTexImage2D() method in IOSGLES20
|
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/ |
D | JglfwGL20.java | 106 …public void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, … in glCopyTexImage2D() method in JglfwGL20 107 GL.glCopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 154 void ContextWrapper::glCopyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, … in glCopyTexImage2D() function in sglr::ContextWrapper
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
D | Lwjgl3GL20.java | 184 …public void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, … in glCopyTexImage2D() method in Lwjgl3GL20 185 GL11.glCopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
D | LwjglGL20.java | 188 …public void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, … in glCopyTexImage2D() method in LwjglGL20 189 GL11.glCopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/ |
D | GL20Profiler.java | 118 …public void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, … in glCopyTexImage2D() method in GL20Profiler 120 gl20.glCopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 71 "glCopyTexImage2D", 218 "glCopyTexImage2D",
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 351 glCopyTexImage2D
|