Searched defs:newTexture (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DTextureManager.cpp133 unsigned TextureManager::requestTexture(TextureToken token, IntSize size, unsigned format, bool* newTexture) argument
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp43 Entry(BitmapTexture* newTexture) argument
44 : texture(newTexture)
/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;

Completed in 682 milliseconds