HomeSort by relevance Sort by last modified time
    Searched refs:glGenTextures (Results 76 - 100 of 188) sorted by null

1 2 34 5 6 7 8

  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 173 GL_CMD(glGenTextures(1, &entry.texture));
449 GL_CMD(glGenTextures(1, &m_id))
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /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/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 42 void glGenTextures ( GLsizei n, GLuint *textures )
GLES20.spec 55 void glGenTextures ( GLsizei n, GLuint *textures )
  /frameworks/rs/driver/
rsdAllocation.cpp 145 RSD_CALL_GL(glGenTextures, 1, &drv->textureID);
161 RSD_CALL_GL(glGenTextures, 1, &drv->textureID);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 104 glGenTextures_t glGenTextures;
376 glGenTextures_t set_glGenTextures(glGenTextures_t f) { glGenTextures_t retval = glGenTextures; glGenTextures = f; return retval;}
    [all...]
gles.cpp 461 void glGenTextures(GLsizei n, GLuint *textures)
463 getDispatch()->glGenTextures(n, textures);
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 408 glGenTextures(1, &texture);
ShapeCache.h 622 glGenTextures(1, &texture->id);
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 548 GLES20.glGenTextures(1, textures, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 469 glGenTextures(1, textures, 0);
  /frameworks/native/services/surfaceflinger/
Layer.cpp 71 glGenTextures(1, &mTextureName);
SurfaceFlinger.cpp 273 glGenTextures(1, &mWormholeTexName);
283 glGenTextures(1, &mProtectedTexName);
    [all...]
  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 530 glGenTextures(1, gSurfaceTextureID);
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 498 glGenTextures(1, gSurfaceTextureID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
CodeGen.java 190 code.format("glGenTextures(1, &%s);CHKERR;\n", id);
337 case glGenTextures:
    [all...]
DebuggerMessage.java 84 glGenTextures(53, 53),
283 case 53: return glGenTextures;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 102 void (GLAPIENTRY *GLDispatch::glGenTextures)(GLsizei,GLuint *) = NULL;
338 LOAD_GL_FUNC(glGenTextures);
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 196 glGenTextures( 1, &e->real_texnum);
222 glGenTextures( 1, &e->real_texnum);
    [all...]
  /gdk/samples/quake/jni/
gl_draw.cpp 196 glGenTextures( 1, &e->real_texnum);
222 glGenTextures( 1, &e->real_texnum);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java     [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 711 glGenTextures(ib1);
    [all...]

Completed in 982 milliseconds

1 2 34 5 6 7 8