Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage2D (Results 1 – 25 of 64) sorted by relevance

123

/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp951 glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 0, 0); in init()
963 glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 0, 0); in init()
977 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, 0, 0); in init()
979 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, 0, 0); in init()
981 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, 0, 0); in init()
983 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, -1, 0, 0, 0, 0, 0, 0); in init()
985 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, 0, 0, 0, 0, 0, 0); in init()
987 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, 0, 0); in init()
1002 glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 0, 0); in init()
1017 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, log2MaxTextureSize, 0, 0, 0, 0, 0, 0); in init()
[all …]
/external/deqp/doc/testspecs/GLES2/
Dfunctional.texture.teximage.txt30 - glCopyTexSubImage2D()
45 For glCopyTexImage2D() and glCopyTexSubImage2D() usage the rendering target
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp853 glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 4, 4); in init()
869 glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 4, 4); in init()
873 glCopyTexSubImage2D(faceGL, -1, 0, 0, 0, 0, 4, 4); in init()
891 glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 4, 4); in init()
899 glCopyTexSubImage2D(faceGL, log2MaxCubemapSize, 0, 0, 0, 0, 4, 4); in init()
914 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, 4, 4); in init()
916 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, 4, 4); in init()
918 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, 4, 4); in init()
932 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 14, 0, 0, 0, 4, 4); in init()
934 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 14, 0, 0, 4, 4); in init()
[all …]
/external/deqp/framework/egl/
DegluStaticES20Library.inl30 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
DegluStaticES30Library.inl46 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.specification.txt28 + glCopyTexImage2D(), glCopyTexSubImage2D()
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp943 ctx.glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_invalid_target()
958 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_read_buffer_is_none()
973 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_texture_internalformat()
990 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_level()
994 ctx.glCopyTexSubImage2D(faceGL, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_level()
1013 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_max_level()
1021 ctx.glCopyTexSubImage2D(faceGL, log2MaxCubemapSize, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_max_level()
1037 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_offset()
1039 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, 4, 4); in copytexsubimage2d_neg_offset()
1041 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, 4, 4); in copytexsubimage2d_neg_offset()
[all …]
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def64 glCopyTexSubImage2D = glCopyTexSubImage2D@32
Dopengl32.def64 glCopyTexSubImage2D
Dstw_context.c763 &glCopyTexSubImage2D,
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp59 return (GrGLFuncPtr) glCopyTexSubImage2D; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl30 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwInitES30Direct.inl46 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
DglwInitES20.inl30 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
DglwInitES31Direct.inl50 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtGL20Debug.java118 …public void glCopyTexSubImage2D (int target, int level, int xoffset, int yoffset, int x, int y, in… in glCopyTexSubImage2D() method in GwtGL20Debug
120 super.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java84 …public native void glCopyTexSubImage2D ( int target, int level, int xoffset, int yoffset, int x, i… in glCopyTexSubImage2D() method in IOSGLES20
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidGL20.java83 …public native void glCopyTexSubImage2D (int target, int level, int xoffset, int yoffset, int x, in… in glCopyTexSubImage2D() method in AndroidGL20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java84 …public native void glCopyTexSubImage2D ( int target, int level, int xoffset, int yoffset, int x, i… in glCopyTexSubImage2D() method in IOSGLES20
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGL20.java110 …public void glCopyTexSubImage2D (int target, int level, int xoffset, int yoffset, int x, int y, in… in glCopyTexSubImage2D() method in JglfwGL20
111 GL.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp164 void ContextWrapper::glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in glCopyTexSubImage2D() function in sglr::ContextWrapper
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3GL20.java188 …public void glCopyTexSubImage2D (int target, int level, int xoffset, int yoffset, int x, int y, in… in glCopyTexSubImage2D() method in Lwjgl3GL20
189 GL11.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglGL20.java192 …public void glCopyTexSubImage2D (int target, int level, int xoffset, int yoffset, int x, int y, in… in glCopyTexSubImage2D() method in LwjglGL20
193 GL11.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
DGL20Profiler.java125 …public void glCopyTexSubImage2D (int target, int level, int xoffset, int yoffset, int x, int y, in… in glCopyTexSubImage2D() method in GL20Profiler
127 gl20.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl72 "glCopyTexSubImage2D",
219 "glCopyTexSubImage2D",

123