HomeSort by relevance Sort by last modified time
    Searched refs:factor (Results 101 - 125 of 260) sorted by null

1 2 3 45 6 7 8 91011

  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 44 void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
GLES20.spec 93 void glPolygonOffset ( GLfloat factor, GLfloat units )
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 545 float factor,
550 int factor,
  /external/opencv/cv/include/
cv.h     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 539 public void glPolygonOffset(float factor, float units) {
540 ((GL10)mGL).glPolygonOffset(factor, units);
544 public void glPolygonOffsetx(int factor, int units) {
545 ((GL10)mGL).glPolygonOffsetx(factor, units);
  /frameworks/base/opengl/libagl/
primitives.cpp 265 // factor for deltas/area:
666 const GLfixed factor = c->polygonOffset.factor; local
667 if (factor) {
672 + uint32_t((maxDepthSlope*factor)>>16) + units;
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 1064 float factor = ((float)newSize)\/oldSize; local
1201 float factor = ((float)newSize)\/oldSize; local
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 124 void (GLAPIENTRY *glPolygonOffset) (GLfloat factor, GLfloat units);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 273 void setPolygonOffsetParams(GLfloat factor, GLfloat units);
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 617 // C function void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
620 int factor,
    [all...]
GLErrorWrapper.java 639 public void glPolygonOffset(float factor, float units) {
641 mgl.glPolygonOffset(factor, units);
645 public void glPolygonOffsetx(int factor, int units) {
647 mgl.glPolygonOffsetx(factor, units);
    [all...]
GLLogWrapper.java 303 private String getFactor(int factor) {
304 switch(factor) {
329 return getHex(factor);
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 1728 uint factor = 1; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1728 uint factor = 1; local
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 623 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 623 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 395 [ -x <int> : --acc-factor=<int> ] Default: 1
500 \subsubsection{\label{sec:o-x}\texttt{-x} or \texttt{--acc-factor}\\Acceleration
501 Factor}
504 with no waiting time, this option specifies some acceleration factor
507 this factor. Note that if this number is too high, the results will
  /frameworks/base/opengl/include/GLES/
gl.h 623 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 839 // C function void glPolygonOffset ( GLfloat factor, GLfloat units )
842 float factor,
846 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
849 int factor,
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 550 GLAPI void APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
551 GLAPI void APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 622 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
405 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 622 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
711 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
    [all...]
glext.h 365 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
405 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);

Completed in 950 milliseconds

1 2 3 45 6 7 8 91011