/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 596 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in init() 603 glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in init() 610 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in init() 612 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init() 614 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init() 616 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0); in init() 618 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init() 620 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init() 627 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in init() 629 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 | 464 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in init() 471 glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in init() 473 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in init() 475 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init() 477 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init() 479 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0); in init() 481 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0); in init() 483 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init() 490 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in init() 492 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 | 460 ctx.glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in copyteximage2d_invalid_target() 468 ctx.glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in copyteximage2d_invalid_format() 470 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 472 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 474 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 476 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 478 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 480 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format() 488 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube() 490 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/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
D | CHROMIUM_copy_texture.txt | 23 glCopyTexImage2D command. A new function is exported, 25 glCopyTexImage2D, while respecting the pixel-storage modifiers
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 27 { "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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 26 glCopyTexImage2D @24
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 27 gl->copyTexImage2D = &glCopyTexImage2D;
|
D | glwInitES30Direct.inl | 27 gl->copyTexImage2D = &glCopyTexImage2D;
|
D | glwInitES20.inl | 27 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 39 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D) macro
|
/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/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 513 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D) macro 662 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalfo…
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 351 glCopyTexImage2D
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 351 glCopyTexImage2D
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 155 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() method in GLErrorLogger.ErrorLoggingGL 157 ((GL10)mGL).glCopyTexImage2D( target, level, internalformat, in glCopyTexImage2D()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 168 o glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei…
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glprocs.h | 1793 NAME_FUNC_OFFSET( 4060, glCopyTexImage2D, glCopyTexImage2D, NULL, 324), 2444 NAME_FUNC_OFFSET(17803, glCopyTexImage2D, glCopyTexImage2D, NULL, 324),
|