Searched defs:createTexture (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DResourceManager.cpp120 GLuint ResourceManager::createTexture() function in class:gl::ResourceManager
H A DTexture.cpp1099 mBaseTexture = createTexture();
1508 IDirect3DBaseTexture9 *Texture2D::createTexture() function in class:gl::Texture2D
1946 IDirect3DBaseTexture9 *TextureCubeMap::createTexture() function in class:gl::TextureCubeMap
H A DContext.cpp804 GLuint Context::createTexture() function in class:gl::Context
806 return mResourceManager->createTexture();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaTexture.cpp95 m_contentTexture = createTexture();
118 TextureWrapper* videoTexture = createTexture();
277 MediaTexture::TextureWrapper* MediaTexture::createTexture() function in class:WebCore::MediaTexture
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTextureMapperQt.cpp174 PassRefPtr<BitmapTexture> TextureMapperQt::createTexture() function in class:WebCore::TextureMapperQt
H A DGraphicsContext3DQt.cpp1660 Platform3DObject GraphicsContext3D::createTexture() function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp188 Platform3DObject SharedGraphicsContext3D::createTexture() function in class:WebCore::SharedGraphicsContext3D
190 return m_context->createTexture();
235 Texture* SharedGraphicsContext3D::createTexture(NativeImagePtr ptr, Texture::Format format, int width, int height) function in class:WebCore::SharedGraphicsContext3D
275 PassRefPtr<Texture> SharedGraphicsContext3D::createTexture(Texture::Format format, int width, int height) function in class:WebCore::SharedGraphicsContext3D
/external/skia/src/gpu/
H A DGrGpu.cpp144 GrTexture* GrGpu::createTexture(const GrTextureDesc& desc, function in class:GrGpu
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp656 PassRefPtr<BitmapTexture> TextureMapperGL::createTexture() function in class:WebCore::TextureMapperGL
H A DGraphicsContext3DOpenGL.cpp1454 Platform3DObject GraphicsContext3D::createTexture() function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp543 Texture* GLES2Canvas::createTexture(NativeImagePtr ptr, Texture::Format format, int width, int height) function in class:WebCore::GLES2Canvas
545 return m_context->createTexture(ptr, format, width, height);
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp1147 PassRefPtr<WebGLTexture> WebGLRenderingContext::createTexture() function in class:WebCore::__anon14578::WebGLRenderingContext
4102 m_blackTexture2D = createTexture();
4107 m_blackTextureCubeMap = createTexture();

Completed in 182 milliseconds