/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
RawTexture.java | 34 gl.glGenTextures(1, textureId, 0);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
SharedTexture.cpp | 61 glGenTextures(1, &m_sourceTexture->m_textureId); 105 glGenTextures(1, &m_sourceTexture->m_textureId); 219 glGenTextures(1, &m_targetTexture->m_textureId);
|
ImageTexture.cpp | 104 glGenTextures(1, &m_textureId);
|
VideoLayerAndroid.cpp | 118 glGenTextures(1, &texture); 128 glGenTextures(1, &texture);
|
GLUtils.cpp | 318 glGenTextures(1, &texture); 338 glGenTextures(1, &texture); 358 glGenTextures(1, &texture);
|
/external/chromium/webkit/glue/ |
gl_bindings_skia_cmd_buffer.cc | 56 glGenTextures,
|
/external/skia/gpu/src/android/ |
GrGLDefaultInterface_android.cpp | 59 glGenTextures,
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.cpp | 71 glGenTextures(1, &mTextureName);
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
ColorBuffer.cpp | 57 s_gl.glGenTextures(1, &cb->m_tex); 78 s_gl.glGenTextures(1, &cb->m_blitTex); 173 s_gl.glGenTextures(1, &tempTex); 219 s_gl2.glGenTextures(1,&tmpTex); 227 s_gl.glGenTextures(1,&tmpTex);
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoInline.java | 80 GLES20.glGenTextures(1, mTextureNames, 0);
|
/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);
|
/frameworks/base/libs/hwui/ |
TextDropShadowCache.cpp | 131 glGenTextures(1, &texture->id);
|
GradientCache.cpp | 165 glGenTextures(1, &texture->id);
|
Layer.h | 187 glGenTextures(1, &texture.id);
|
/frameworks/base/opengl/java/android/opengl/ |
Texture.java | 94 gl.glGenTextures(1, texture, 0);
|
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLDispatch.cpp | 102 LOAD_GL_FUNC(glGenTextures);
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 101 {"glGenTextures", (void *)glGenTextures},
|
/external/webkit/Source/WebKit2/Shared/mac/ |
ShareableSurface.cpp | 204 glGenTextures(1, &m_textureID);
|
/external/quake/quake/src/WinQuake/ |
glquake.h | 365 #define glGenTextures(...) do { glGenTextures(__VA_ARGS__); GLCHECK("glGenTextures");} while(0)
|
/frameworks/base/opengl/tests/gl2_copyTexImage/ |
gl2_copyTexImage.cpp | 188 glGenTextures(1, &gTexture); 196 glGenTextures(1, &gBufferTexture);
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
checks.spec | 10 glGenTextures check textures n
|
/cts/tests/src/android/media/cts/ |
VideoSurfaceView.java | 231 GLES20.glGenTextures(1, textures, 0);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
GLES20TriangleRenderer.java | 122 GLES20.glGenTextures(1, textures, 0);
|
StaticTriangleRenderer.java | 100 glGenTextures(1, textures, 0);
|