Home
last modified time | relevance | path

Searched refs:glGenTextures (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/android/
DSharedTexture.cpp61 glGenTextures(1, &m_sourceTexture->m_textureId); in SharedTexture()
105 glGenTextures(1, &m_sourceTexture->m_textureId); in initSourceTexture()
219 glGenTextures(1, &m_targetTexture->m_textureId); in lockTarget()
DVideoLayerAndroid.cpp118 glGenTextures(1, &texture); in createTextureFromImage()
128 glGenTextures(1, &texture); in createBackgroundTexture()
DImageTexture.cpp104 glGenTextures(1, &m_textureId); in uploadGLTexture()
DGLUtils.cpp318 glGenTextures(1, &texture); in createSampleColorTexture()
338 glGenTextures(1, &texture); in createSampleTexture()
358 glGenTextures(1, &texture); in createBaseTileGLTexture()
DMediaTexture.cpp301 glGenTextures(1, &wrapper->textureId); in createTexture()
DTransferQueue.cpp91 glGenTextures(1, &m_sharedSurfaceTextureId); in initSharedSurfaceTextures()
/external/chromium/webkit/glue/
Dgl_bindings_skia_cmd_buffer.cc56 glGenTextures, in BindSkiaToCommandBufferGL()
/external/skia/gpu/src/android/
DGrGLDefaultInterface_android.cpp59 glGenTextures, in GrGLSetDefaultGLInterface()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DlibGLESv2.def55 glGenTextures @54
/external/webkit/Source/WebCore/platform/graphics/gtk/
DGraphicsContext3DGtk.cpp72 ::glGenTextures(1, &m_texture); in GraphicsContext3D()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.mm168 ::glGenTextures(1, &m_texture);
174 ::glGenTextures(1, &m_compositorTexture);
/external/webkit/Source/WebKit2/Shared/mac/
DShareableSurface.cpp204 glGenTextures(1, &m_textureID); in textureID()
/external/quake/quake/src/WinQuake/
Dglquake.h365 #define glGenTextures(...) do { glGenTextures(__VA_ARGS__); GLCHECK("glGenTextures");} while(0) macro
Dgl_draw.cpp196 glGenTextures( 1, &e->real_texnum); in bind()
222 glGenTextures( 1, &e->real_texnum); in update()
/external/skia/gpu/src/unix/
DGrGLDefaultInterface_unix.cpp87 gDefaultInterface.fGenTextures = glGenTextures; in GrGLSetDefaultGLInterface()
/external/skia/gpu/src/win/
DGrGLDefaultInterface_win.cpp67 gDefaultInterface.fGenTextures = glGenTextures; in GrGLSetDefaultGLInterface()
/external/skia/gpu/src/mac/
DGrGLDefaultInterface_mac.cpp71 gDefaultInterface.fGenTextures = glGenTextures; in GrGLSetDefaultGLInterface()
/external/skia/gpu/src/mesa/
DGrGLDefaultInterface_mesa.cpp86 gDefaultInterface.fGenTextures = glGenTextures; in GrGLSetDefaultGLInterface()
/external/webkit/Source/WebCore/platform/graphics/opengl/
DTextureMapperGL.cpp173 GL_CMD(glGenTextures(1, &entry.texture)); in findOrCreate()
449 GL_CMD(glGenTextures(1, &m_id)) in reset()
DGraphicsContext3DOpenGL.cpp1458 glGenTextures(1, &o); in createTexture()
/external/qemu/distrib/sdl-1.2.12/src/video/dc/
DSDL_dcvideo.c347 DEF(glGenTextures),
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
Dgl2.h527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
/external/mesa3d/include/GLES2/
Dgl2.h527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp431 glGenTextures(1, &m_texture); in GraphicsContext3DInternal()
1664 glGenTextures(1, &handle); in createTexture()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_glfuncs.h104 SDL_PROC(void,glGenTextures,(GLsizei n, GLuint *textures))

12