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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 208 void SharedGraphicsContext3D::texParameteri(GC3Denum target, GC3Denum pname, GC3Dint param)
210 m_context->texParameteri(target, pname, param);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 964 void GraphicsContext3D::texParameteri(GC3Denum target, GC3Denum pname, GC3Dint value)
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 259 void (*texParameteri)(void* c, GGLenum target,
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 189 milliseconds