Home
last modified time | relevance | path

Searched refs:glCopyTexImage2D (Results 1 – 25 of 44) sorted by relevance

12

/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp596 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/
Des3fNegativeTextureApiTests.cpp536 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/
Des31fNegativeTextureApiTests.cpp461 ctx.glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in copyteximage2d_invalid_target()
469 ctx.glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0); in copyteximage2d_invalid_format()
471 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
473 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
475 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
477 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
479 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
481 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
489 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube()
491 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/
Dfunctional.texture.teximage.txt29 - glCopyTexImage2D()
45 For glCopyTexImage2D() and glCopyTexSubImage2D() usage the rendering target
/external/deqp/framework/egl/
DegluStaticES20Library.inl29 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
DegluStaticES30Library.inl45 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.specification.txt28 + glCopyTexImage2D(), glCopyTexSubImage2D()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def62 glCopyTexImage2D = glCopyTexImage2D@32
Dopengl32.def62 glCopyTexImage2D
Dstw_context.c761 &glCopyTexImage2D,
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl29 gl->copyTexImage2D = &glCopyTexImage2D;
DglwInitES30Direct.inl45 gl->copyTexImage2D = &glCopyTexImage2D;
DglwInitES20.inl29 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitES31Direct.inl49 gl->copyTexImage2D = &glCopyTexImage2D;
DglwInitES30.inl45 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL30.inl48 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
DglwInitGL31.inl49 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl71 "glCopyTexImage2D",
218 "glCopyTexImage2D",
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp154 void ContextWrapper::glCopyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, … in glCopyTexImage2D() function in sglr::ContextWrapper
DsglrContextWrapper.hpp72 …void glCopyTexImage2D (deUint32 target, int level, deUint32 internalformat, int x, int y, i…
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def351 glCopyTexImage2D
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java155 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/
DGLES2 Negative API Functions.txt168 o glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei…
/external/mesa3d/include/GLES2/
Dgl2.h497 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalfo…
/external/mesa3d/include/GLES/
Dgl.h652 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint …

12