Searched refs:newTexture (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | TextureManager.h | 52 unsigned requestTexture(TextureToken, IntSize, unsigned textureFormat, bool* newTexture = 0);
|
D | TextureManager.cpp | 133 …TextureManager::requestTexture(TextureToken token, IntSize size, unsigned format, bool* newTexture) in requestTexture() argument
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Texture.cpp | 737 IDirect3DTexture9 *newTexture = NULL; in createSurface() local 763 D3DPOOL_SYSTEMMEM, &newTexture, NULL); in createSurface() 771 newTexture->GetSurfaceLevel(levelToFetch, &newSurface); in createSurface() 772 newTexture->Release(); in createSurface() 1146 void Texture::pushTexture(IDirect3DBaseTexture9 *newTexture, bool renderable) in pushTexture() argument 1148 mBaseTexture = newTexture; in pushTexture()
|
D | Texture.h | 140 void pushTexture(IDirect3DBaseTexture9 *newTexture, bool renderable);
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | TextureMapperNode.cpp | 43 Entry(BitmapTexture* newTexture) in Entry() argument 44 : texture(newTexture) in Entry()
|