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

  /frameworks/base/opengl/libagl/
texture.cpp 37 void generateMipmap(ogles_context_t* c, GLint level);
618 void generateMipmap(ogles_context_t* c, GLint level)
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.h 129 void generateMipmap(unsigned long target);
WebGLRenderingContext.cpp 820 void WebGLRenderingContext::generateMipmap(unsigned long target)
822 m_context->generateMipmap(target);
    [all...]
WebGLRenderingContext.idl 530 void generateMipmap(in unsigned long target);
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 469 void generateMipmap(unsigned long target);
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 494 void GraphicsContext3D::generateMipmap(unsigned long target)
    [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp     [all...]

Completed in 63 milliseconds