Searched refs:glGenTextures (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium/webkit/glue/
H A Dgl_bindings_skia_cmd_buffer.cc56 glGenTextures,
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DGraphicsContext3DGtk.cpp72 ::glGenTextures(1, &m_texture);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.mm168 ::glGenTextures(1, &m_texture);
174 ::glGenTextures(1, &m_compositorTexture);
/external/skia/src/gpu/android/
H A DGrGLCreateNativeInterface_android.cpp55 interface->fGenTextures = glGenTextures;
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DCanvasTexture.cpp165 glGenTextures(1, &m_texture);
H A DMediaTexture.cpp282 glGenTextures(1, &wrapper->textureId);
H A DVideoLayerManager.cpp89 glGenTextures(1, &texture);
/external/webkit/Source/WebKit2/Shared/mac/
H A DShareableSurface.cpp204 glGenTextures(1, &m_textureID);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.cpp319 glGenTextures(1, &texture);
339 glGenTextures(1, &texture);
359 glGenTextures(1, &texture);
H A DTransferQueue.cpp105 glGenTextures(1, &m_sharedSurfaceTextureId);
/external/quake/quake/src/WinQuake/
H A Dglquake.h365 #define glGenTextures(...) do { glGenTextures(__VA_ARGS__); GLCHECK("glGenTextures");} while(0) macro
H A Dgl_draw.cpp196 glGenTextures( 1, &e->real_texnum);
222 glGenTextures( 1, &e->real_texnum);
/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java132 gl.glGenTextures(1, mTextureNameWorkspace, 0);
H A DGLErrorLogger.java294 public void glGenTextures(int n, IntBuffer textures) { method in class:GLErrorLogger.ErrorLoggingGL
295 ((GL10)mGL).glGenTextures(n, textures);
299 public void glGenTextures(int n, int[] textures, int offset) { method in class:GLErrorLogger.ErrorLoggingGL
300 ((GL10)mGL).glGenTextures(n, textures, offset);
/external/skia/src/gpu/ios/
H A DGrGLDefaultInterface_iOS.cpp63 interface->fGenTextures = glGenTextures;
/external/skia/src/gpu/unix/
H A DGrGLCreateNativeInterface_unix.cpp97 interface->fGenTextures = glGenTextures;
/external/skia/src/gpu/win/
H A DGrGLCreateNativeInterface_win.cpp60 interface->fGenTextures = glGenTextures;
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c347 DEF(glGenTextures),
/external/skia/src/gpu/mac/
H A DGrGLCreateNativeInterface_mac.cpp102 interface->fGenTextures = glGenTextures;
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp173 GL_CMD(glGenTextures(1, &entry.texture));
449 GL_CMD(glGenTextures(1, &m_id))
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestgl.c228 glGenTextures(1, &texture);
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java711 glGenTextures(ib1);
/external/mesa3d/include/GLES2/
H A Dgl2.h527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp431 glGenTextures(1, &m_texture);
1664 glGenTextures(1, &handle);

Completed in 363 milliseconds

12