HomeSort by relevance Sort by last modified time
    Searched refs:glCopyTexImage2D (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp 619 // glCopyTexImage2D
621 ES2F_ADD_API_CASE(copyteximage2d_invalid_target, "Invalid glCopyTexImage2D() usage",
624 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0);
628 ES2F_ADD_API_CASE(copyteximage2d_invalid_format_tex2d, "Invalid glCopyTexImage2D() usage",
631 glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0);
635 ES2F_ADD_API_CASE(copyteximage2d_invalid_format_cube, "Invalid glCopyTexImage2D() usage",
638 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0);
640 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0);
642 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0);
644 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp 531 // glCopyTexImage2D
533 ES3F_ADD_API_CASE(copyteximage2d_invalid_target, "Invalid glCopyTexImage2D() usage",
536 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0);
540 ES3F_ADD_API_CASE(copyteximage2d_invalid_format, "Invalid glCopyTexImage2D() usage",
543 glCopyTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 64, 64, 0);
545 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 16, 16, 0);
547 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 16, 16, 0);
549 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 16, 16, 0);
551 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 16, 16, 0);
553 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 16, 16, 0)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp     [all...]
  /external/mesa3d/src/mapi/es1api/
ABI-check 37 glCopyTexImage2D
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 67 {"glCopyTexImage2D", (void*)glCopyTexImage2D},
gl_client_context.h 69 glCopyTexImage2D_client_proc_t glCopyTexImage2D;
gl_client_context.cpp 69 glCopyTexImage2D = (glCopyTexImage2D_client_proc_t) getProc("glCopyTexImage2D", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 77 {"glCopyTexImage2D", (void *)glCopyTexImage2D},
gles_dispatch.h 80 glCopyTexImage2D_t glCopyTexImage2D;
352 glCopyTexImage2D_t set_glCopyTexImage2D(glCopyTexImage2D_t f) { glCopyTexImage2D_t retval = glCopyTexImage2D; glCopyTexImage2D = f; return retval;}
    [all...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 29 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
egluStaticES30Library.inl 45 { "glCopyTexImage2D", (deFunctionPtr)glCopyTexImage2D },
  /external/mesa3d/src/mapi/es2api/
ABI-check 49 glCopyTexImage2D
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 29 gl->copyTexImage2D = &glCopyTexImage2D;
glwInitES30Direct.inl 45 gl->copyTexImage2D = &glCopyTexImage2D;
glwInitES31Direct.inl 49 gl->copyTexImage2D = &glCopyTexImage2D;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 34 {"glCopyTexImage2D", (void*)glCopyTexImage2D},
gl2_client_context.h 36 glCopyTexImage2D_client_proc_t glCopyTexImage2D;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 156 void glCopyTexImage2D(
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 154 void ContextWrapper::glCopyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 160 public void glCopyTexImage2D(int target, int level, int internalformat,
162 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
GLES20.spec 24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 840 &glCopyTexImage2D,

Completed in 343 milliseconds

1 2 3 4 5 6 7 8 91011>>