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

  /external/webkit/WebCore/html/canvas/
WebGLTexture.cpp 49 setObject(context()->graphicsContext3D()->createTexture());
WebGLRenderingContext.h 102 PassRefPtr<WebGLTexture> createTexture();
WebGLRenderingContext.idl 502 WebGLTexture createTexture();
    [all...]
WebGLRenderingContext.cpp 449 PassRefPtr<WebGLTexture> WebGLRenderingContext::createTexture()
    [all...]
  /frameworks/base/opengl/libagl/
TextureObjectManager.h 96 sp<EGLTextureObject> createTexture(GLuint name);
TextureObjectManager.cpp 254 sp<EGLTextureObject> EGLSurfaceManager::createTexture(GLuint name)
texture.cpp 882 tex = c->surfaceManager->createTexture(texture);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 48 loadTexture(target, level, border, fallbackFormat, fallbackType, createTexture(input));
152 public static ETC1Texture createTexture(InputStream input) throws IOException {
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 605 unsigned createTexture();
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp     [all...]

Completed in 267 milliseconds