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

1 23 4 5 6 7 8

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 282 public void glGenTextures(
288 public void glGenTextures(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 294 gl.glGenTextures(1, textures, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 177 gl.glGenTextures(1, textures, 0);
CubeMapActivity.java 137 gl.glGenTextures(1, ids, 0);
MatrixPaletteRenderer.java 260 gl.glGenTextures(1, textures, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 83 gl.glGenTextures(1, textures, 0);
SpriteTextRenderer.java 79 gl.glGenTextures(1, textures, 0);
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 347 DEF(glGenTextures),
  /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/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.cpp 90 glGenTextures(1, &texture);
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 328 glGenTextures(1, &texture);
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 138 glGenTextures(1, &yuvTex);
139 checkGlError("glGenTextures");
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 194 GLES20.glGenTextures(1, textures, 0);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 139 GLEScontext::dispatcher().glGenTextures(1,&name);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 104 glGenTextures_t glGenTextures;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 336 GLES20.glGenTextures(1, textureId, 0);
  /external/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp 102 interface->fGenTextures = glGenTextures;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 104 glGenTextures(1, &m_sharedSurfaceTextureId);
  /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...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 258 glGenTextures(1, textures, 0);
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 289 GLES20.glGenTextures(1, textures, 0);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 243 glGenTextures(1, &yuvTex);
244 checkGlError("glGenTextures");
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
RendererUtils.java 72 GLES20.glGenTextures(textures.length, textures, 0);
73 checkGlError("glGenTextures");
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 250 mGL.glGenTextures(1, textureIds, 0);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 79 void (GLAPIENTRY *glGenTextures) (GLsizei n, GLuint *textures);

Completed in 438 milliseconds

1 23 4 5 6 7 8