HomeSort by relevance Sort by last modified time
    Searched full:polygonoffset (Results 1 - 23 of 23) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 175 void polygonOffset(GC3Dfloat factor, GC3Dfloat units);
GraphicsContext3DChromium.cpp 593 DELEGATE_TO_IMPL_2(polygonOffset, GC3Dfloat, GC3Dfloat)
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 1109 c->polygonOffset.factor = factor;
1110 c->polygonOffset.units = units;
1116 c->polygonOffset.factor = gglFloatToFixed(factor);
1117 c->polygonOffset.units = gglFloatToFixed(units);
primitives.cpp 664 if (ggl_unlikely(c->polygonOffset.enable)) {
665 const int32_t units = (c->polygonOffset.units << 16);
666 const GLfixed factor = c->polygonOffset.factor;
    [all...]
context.h 621 polygon_offset_t polygonOffset;
state.cpp 153 c->polygonOffset.enable = enabled;
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 267 virtual void polygonOffset(WGC3Dfloat factor, WGC3Dfloat units) = 0;
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 564 * @see <a href="http://www.opengl.org/resources/faq/technical/polygonoffset.htm" rel="nofollow">http://www.opengl.org/resources/faq/technical/polygonoffset.htm</a>
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 181 void polygonOffset(GC3Dfloat factor, GC3Dfloat units);
WebGLRenderingContext.idl     [all...]
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 704 void polygonOffset(GC3Dfloat factor, GC3Dfloat units);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 845 void GraphicsContext3D::polygonOffset(GC3Dfloat factor, GC3Dfloat units)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 565 milliseconds