Searched refs:newTexture (Results 1 - 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
H A D | TextureManager.h | 52 unsigned requestTexture(TextureToken, IntSize, unsigned textureFormat, bool* newTexture = 0);
|
H A D | TextureManager.cpp | 133 unsigned TextureManager::requestTexture(TextureToken token, IntSize size, unsigned format, bool* newTexture) argument
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
H A D | Texture.cpp | 737 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 D | Texture.h | 140 void pushTexture(IDirect3DBaseTexture9 *newTexture, bool renderable);
|
/external/skia/src/gpu/ |
H A D | SkGpuDevice.cpp | 1346 GrTexture* newTexture = NULL; 1377 newTexture = entry->texture(); 1379 *texture = newTexture;
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
H A D | TextureMapperNode.cpp | 43 Entry(BitmapTexture* newTexture) argument 44 : texture(newTexture)
|
Completed in 391 milliseconds