Home
last modified time | relevance | path

Searched refs:newTexture (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DTextureManager.h52 unsigned requestTexture(TextureToken, IntSize, unsigned textureFormat, bool* newTexture = 0);
DTextureManager.cpp133 …TextureManager::requestTexture(TextureToken token, IntSize size, unsigned format, bool* newTexture) in requestTexture() argument
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DTexture.cpp737 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()
DTexture.h140 void pushTexture(IDirect3DBaseTexture9 *newTexture, bool renderable);
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.cpp43 Entry(BitmapTexture* newTexture) in Entry() argument
44 : texture(newTexture) in Entry()