Searched refs:glFramebufferTexture2D (Results 1 - 12 of 12) sorted by relevance

/external/chromium/webkit/glue/
H A Dgl_bindings_skia_cmd_buffer.cc102 glFramebufferTexture2D,
/external/skia/src/gpu/android/
H A DGrGLCreateNativeInterface_android.cpp114 interface->fFramebufferTexture2D = glFramebufferTexture2D;
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTransferQueue.cpp167 glFramebufferTexture2D(GL_FRAMEBUFFER,
186 glFramebufferTexture2D(GL_FRAMEBUFFER,
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DOpenGLShims.h151 FUNCTION_TABLE_ENTRY(glFramebufferTexture2D);
248 #define glFramebufferTexture2DEXT LOOKUP_GL_FUNCTION(glFramebufferTexture2D)
H A DOpenGLShims.cpp117 ASSIGN_FUNCTION_TABLE_ENTRY(glFramebufferTexture2D, success);
/external/skia/src/gpu/ios/
H A DGrGLDefaultInterface_iOS.cpp116 interface->fFramebufferTexture2D = glFramebufferTexture2D;
/external/skia/src/gpu/mac/
H A DGrGLCreateNativeInterface_mac.cpp189 interface->fFramebufferTexture2D = glFramebufferTexture2D;
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp63 void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
585 GL_CMD(glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, surface->m_id, 0))
/external/mesa3d/include/GLES2/
H A Dgl2.h521 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h521 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp357 framebufferTexture2D = GET_PROC_ADDRESS(glFramebufferTexture2D);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp1967 void __stdcall glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) function

Completed in 62 milliseconds