HomeSort by relevance Sort by last modified time
    Searched defs:glGenTextures (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 74 void ContextWrapper::glGenTextures (int numTextures, deUint32* textures)
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 529 GLW_APICALL void GLW_APIENTRY glGenTextures (GLsizei n, GLuint* textures)
  /frameworks/native/opengl/libagl/
texture.cpp 880 void glGenTextures(GLsizei n, GLuint *textures)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 274 public void glGenTextures(int n, int[] textures, int offset) {
275 mgl.glGenTextures(n, textures, offset);
278 public void glGenTextures(int n, IntBuffer textures) {
279 mgl.glGenTextures(n, textures);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 294 public void glGenTextures(int n, IntBuffer textures) {
295 ((GL10)mGL).glGenTextures(n, textures);
299 public void glGenTextures(int n, int[] textures, int offset) {
300 ((GL10)mGL).glGenTextures(n, textures, offset);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 108 void (*glGenTextures)(GLsizei n, GLuint* textures);
main.cpp 858 GL_API void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 610 GL_APICALL void GL_APIENTRY glGenTextures(GLsizei n, GLuint* textures)
    [all...]
libGLESv2.hpp 112 void (*glGenTextures)(GLsizei n, GLuint* textures);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 451 // C function void glGenTextures ( GLsizei n, GLuint *textures )
453 public native void glGenTextures(
459 // C function void glGenTextures ( GLsizei n, GLuint *textures )
461 public native void glGenTextures(
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 347 public void glGenTextures(int n, int[] textures, int offset) {
349 mgl.glGenTextures(n, textures, offset);
353 public void glGenTextures(int n, IntBuffer textures) {
355 mgl.glGenTextures(n, textures);
    [all...]
GLLogWrapper.java     [all...]
GLES10.java 637 // C function void glGenTextures ( GLsizei n, GLuint *textures )
639 public static native void glGenTextures(
645 // C function void glGenTextures ( GLsizei n, GLuint *textures )
647 public static native void glGenTextures(
    [all...]
GLES20.java     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 93 glGenTextures_client_proc_t glGenTextures;
gl_entry.cpp 88 void glGenTextures(GLsizei n, GLuint* textures);
790 void glGenTextures(GLsizei n, GLuint* textures)
794 ctx->glGenTextures(ctx, n, textures);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 461 void glGenTextures(GLsizei n, GLuint *textures)
463 getDispatch()->glGenTextures(n, textures);
    [all...]
gles_dispatch.h 104 glGenTextures_t glGenTextures;
376 glGenTextures_t set_glGenTextures(glGenTextures_t f) { glGenTextures_t retval = glGenTextures; glGenTextures = f; return retval;}
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 66 glGenTextures_client_proc_t glGenTextures;
gl2_entry.cpp 61 void glGenTextures(GLsizei n, GLuint* textures);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 514 void glGenTextures(
520 void glGenTextures(
  /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/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 309 #define glGenTextures wrap_glGenTextures
    [all...]

Completed in 349 milliseconds

1 2 3 4