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

1 2 3 4 5 6 7 8 9

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 56 glGenTextures,
  /frameworks/base/libs/hwui/
Dither.cpp 31 glGenTextures(1, &mDitherTexture);
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 73 glGenTextures(1, &mTextureName);
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 73 glGenTextures(1, &mTextureName);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 13 GLES20.glGenTextures(1, mTempIntArray, 0);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 71 glGenTextures(1, &mTextureName);
  /frameworks/base/core/java/android/webkit/
HTML5VideoInline.java 94 GLES20.glGenTextures(1, mTextureNames, 0);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 57 s_gl.glGenTextures(1, &cb->m_tex);
78 s_gl.glGenTextures(1, &cb->m_blitTex);
188 s_gl2.glGenTextures(1,&tmpTex);
196 s_gl.glGenTextures(1,&tmpTex);
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 78 GLES20.glGenTextures(1, textures, 0);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 64 {"glGenTextures", (void*)glGenTextures},
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DGtk.cpp 72 ::glGenTextures(1, &m_texture);
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContext3DMac.mm 168 ::glGenTextures(1, &m_texture);
174 ::glGenTextures(1, &m_compositorTexture);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 91 {"glGenTextures", (void*)glGenTextures},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 101 {"glGenTextures", (void *)glGenTextures},
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 165 glGenTextures(1, &m_texture);
  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 204 glGenTextures(1, &m_textureID);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 102 LOAD_GL_FUNC(glGenTextures);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 45 glGenTextures check textures n
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 319 glGenTextures(1, &texture);
339 glGenTextures(1, &texture);
359 glGenTextures(1, &texture);
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 283 GLES20.glGenTextures(1, textures, 0);
340 GLES20.glGenTextures(1, textures, 0);
  /external/quake/quake/src/WinQuake/
glquake.h 365 #define glGenTextures(...) do { glGenTextures(__VA_ARGS__); GLCHECK("glGenTextures");} while(0)
  /frameworks/native/cmds/flatland/
GLHelper.cpp 157 glGenTextures(1, name);
159 fprintf(stderr, "glGenTextures error: %#x\n", glGetError());
441 glGenTextures(1, &mDitherTexture);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 188 glGenTextures(1, &gTexture);
196 glGenTextures(1, &gBufferTexture);
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 166 GLES20.glGenTextures(1, textures, 0);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 203 GLES20.glGenTextures(1, textures, 0);

Completed in 726 milliseconds

1 2 3 4 5 6 7 8 9