HomeSort by relevance Sort by last modified time
    Searched full:createtexture (Results 26 - 50 of 61) sorted by null

12 3

  /external/skia/gpu/src/
GrContext.cpp 238 GrTexture* texture = fGpu->createTexture(rtDesc, NULL, 0);
300 GrTexture* texture = fGpu->createTexture(rtDesc,
309 GrTexture* texture = fGpu->createTexture(desc, srcData, rowBytes);
327 GrTexture* texture = fGpu->createTexture(desc, NULL, 0);
352 return fGpu->createTexture(desc, srcData, rowBytes);
    [all...]
GrGpu.cpp 139 GrTexture* GrGpu::createTexture(const GrTextureDesc& desc,
  /external/libvpx/examples/includes/geshi/geshi/
blitzbasic.php 116 'EntityBox','EntityBlend','EntityAutoFade','EntityAlpha','EmitSound','Dither','DeltaYaw','DeltaPitch','CreateTexture','CreateTerrain',
  /external/skia/gpu/include/
GrTexture.h 30 * created by a createTexture with the kRenderTarget_TextureFlag flag.
GrGpu.h 125 GrTexture* createTexture(const GrTextureDesc& desc,
GrTypes.h 317 * Optional bitfield flags that can be passed to createTexture.
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.cpp 99 int textureId = context->createTexture();
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 273 m_surface = textureMapper->createTexture();
274 m_replicaSurface = textureMapper->createTexture();
275 m_texture = textureMapper->createTexture();
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 762 HRESULT result = getDevice()->CreateTexture(requestWidth, requestHeight, levelToFetch + 1, NULL, selectFormat(format, type),
    [all...]
Context.h 328 GLuint createTexture();
Blit.cpp 398 HRESULT result = device->CreateTexture(sourceRect.right - sourceRect.left, sourceRect.bottom - sourceRect.top, 1, D3DUSAGE_RENDERTARGET, sourceDesc.Format, D3DPOOL_DEFAULT, &texture, NULL);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 157 result = device->CreateTexture(presentParameters.BackBufferWidth, presentParameters.BackBufferHeight, 1, D3DUSAGE_RENDERTARGET,
  /external/webkit/Source/WebCore/html/canvas/
WebGLTexture.cpp 53 setObject(context()->graphicsContext3D()->createTexture());
WebGLRenderingContext.h 112 PassRefPtr<WebGLTexture> createTexture();
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 237 Platform3DObject createTexture();
GraphicsContext3DChromium.cpp 717 DELEGATE_TO_IMPL_R(createTexture, Platform3DObject)
    [all...]
  /frameworks/base/opengl/libagl/
TextureObjectManager.cpp 254 sp<EGLTextureObject> EGLSurfaceManager::createTexture(GLuint name)
  /external/mesa3d/docs/
RELNOTES-5.1 216 The ctx->Driver.CreateTexture function has been removed - it wasn't used.
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog 521 (gl::Texture2D::createTexture):
531 (gl::TextureCubeMap::createTexture):
856 (gl::Context::createTexture):
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 333 virtual WebGLId createTexture() = 0;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 543 Texture* GLES2Canvas::createTexture(NativeImagePtr ptr, Texture::Format format, int width, int height)
545 return m_context->createTexture(ptr, format, width, height);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 796 Platform3DObject createTexture();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 656 PassRefPtr<BitmapTexture> TextureMapperGL::createTexture()
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp 442 texture = gpuCanvas->createTexture(bitmap, Texture::BGRA8, bitmap->width(), bitmap->height());
PlatformContextSkia.cpp 869 m_uploadTexture = context->createTexture(Texture::BGRA8, bitmap.width(), bitmap.height());

Completed in 3992 milliseconds

12 3