Searched refs:newTexture (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DTextureManager.h52 unsigned requestTexture(TextureToken, IntSize, unsigned textureFormat, bool* newTexture = 0);
H A DTextureManager.cpp133 unsigned TextureManager::requestTexture(TextureToken token, IntSize size, unsigned format, bool* newTexture) argument
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.cpp737 IDirect3DTexture9 *newTexture = NULL; local
763 D3DPOOL_SYSTEMMEM, &newTexture, NULL);
771 newTexture->GetSurfaceLevel(levelToFetch, &newSurface);
772 newTexture->Release();
1146 void Texture::pushTexture(IDirect3DBaseTexture9 *newTexture, bool renderable) argument
1148 mBaseTexture = newTexture;
H A DTexture.h140 void pushTexture(IDirect3DBaseTexture9 *newTexture, bool renderable);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1346 GrTexture* newTexture = NULL;
1377 newTexture = entry->texture();
1379 *texture = newTexture;
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp43 Entry(BitmapTexture* newTexture) argument
44 : texture(newTexture)

Completed in 391 milliseconds