Searched refs:glCopyTexSubImage2D (Results 1 - 25 of 49) sorted by relevance

12

/external/deqp/modules/gles2/functional/
H A Des2fNegativeTextureApiTests.cpp944 // glCopyTexSubImage2D
946 ES2F_ADD_API_CASE(copytexsubimage2d_invalid_target, "Invalid glCopyTexSubImage2D() usage",
949 glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 0, 0);
953 ES2F_ADD_API_CASE(copytexsubimage2d_neg_level_tex2d, "Invalid glCopyTexSubImage2D() usage",
961 glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 0, 0);
967 ES2F_ADD_API_CASE(copytexsubimage2d_neg_level_cube, "Invalid glCopyTexSubImage2D() usage",
975 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, 0, 0);
977 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, 0, 0);
979 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, 0, 0);
981 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_
[all...]
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl28 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
/external/deqp/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp771 // glCopyTexSubImage2D
773 ES3F_ADD_API_CASE(copytexsubimage2d_invalid_target, "Invalid glCopyTexSubImage2D() usage",
781 glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 4, 4);
787 ES3F_ADD_API_CASE(copytexsubimage2d_neg_level, "Invalid glCopyTexSubImage2D() usage",
797 glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 4, 4);
801 glCopyTexSubImage2D(faceGL, -1, 0, 0, 0, 0, 4, 4);
808 ES3F_ADD_API_CASE(copytexsubimage2d_max_level, "Invalid glCopyTexSubImage2D() usage",
819 glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 4, 4);
827 glCopyTexSubImage2D(faceGL, log2MaxCubemapSize, 0, 0, 0, 0, 4, 4);
834 ES3F_ADD_API_CASE(copytexsubimage2d_neg_offset, "Invalid glCopyTexSubImage2D() usag
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp783 ctx.glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 4, 4);
800 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 4, 4);
804 ctx.glCopyTexSubImage2D(faceGL, -1, 0, 0, 0, 0, 4, 4);
823 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 4, 4);
831 ctx.glCopyTexSubImage2D(faceGL, log2MaxCubemapSize, 0, 0, 0, 0, 4, 4);
847 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, 4, 4);
849 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, 4, 4);
851 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, 4, 4);
866 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 14, 0, 0, 0, 4, 4);
868 ctx.glCopyTexSubImage2D(GL_TEXTURE_2
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp53 } else if (0 == strcmp("glCopyTexSubImage2D", name)) {
54 return (GrGLFuncPtr) glCopyTexSubImage2D;
247 } else if (0 == strcmp("glCopyTexSubImage2D", name)) {
248 return (GrGLFuncPtr) glCopyTexSubImage2D;
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl28 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
H A DglwInitES30Direct.inl28 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
/external/chromium_org/gpu/skia_bindings/
H A Dgl_bindings_skia_cmd_buffer.cc42 functions->fCopyTexSubImage2D = glCopyTexSubImage2D;
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc97 glCopyTexSubImage2D(target, 0,
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp35 functions->fCopyTexSubImage2D = glCopyTexSubImage2D;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h40 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D) macro
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp48 functions->fCopyTexSubImage2D = glCopyTexSubImage2D;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c763 &glCopyTexSubImage2D,
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp164 void ContextWrapper::glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) function in class:sglr::ContextWrapper
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c763 &glCopyTexSubImage2D,
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h514 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D) macro
663 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java163 public void glCopyTexSubImage2D(int target, int level, int xoffset, method in class:GLErrorLogger.ErrorLoggingGL
165 ((GL10)mGL).glCopyTexSubImage2D( target, level, xoffset,
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl61 gl->copyTexSubImage2D = glCopyTexSubImage2D;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h497 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h402 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglprocs.h381 "glCopyTexSubImage2D\0"
1795 NAME_FUNC_OFFSET( 4097, glCopyTexSubImage2D, glCopyTexSubImage2D, NULL, 326),
2446 NAME_FUNC_OFFSET(17846, glCopyTexSubImage2D, glCopyTexSubImage2D, NULL, 326),
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h498 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc131 glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);

Completed in 6163 milliseconds

12