HomeSort by relevance Sort by last modified time
    Searched refs:newTexture (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
TextureManager.h 52 unsigned requestTexture(TextureToken, IntSize, unsigned textureFormat, bool* newTexture = 0);
TextureManager.cpp 133 unsigned TextureManager::requestTexture(TextureToken token, IntSize size, unsigned format, bool* newTexture)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 737 IDirect3DTexture9 *newTexture = NULL;
763 D3DPOOL_SYSTEMMEM, &newTexture, NULL);
771 newTexture->GetSurfaceLevel(levelToFetch, &newSurface);
772 newTexture->Release();
    [all...]
Texture.h 140 void pushTexture(IDirect3DBaseTexture9 *newTexture, bool renderable);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 43 Entry(BitmapTexture* newTexture)
44 : texture(newTexture)

Completed in 71 milliseconds