HomeSort by relevance Sort by last modified time
    Searched refs:units (Results 76 - 100 of 259) sorted by null

1 2 34 5 6 7 8 91011

  /external/qemu/distrib/libpng-1.2.19/
pngset.c 387 png_charp units, png_charpp params)
412 length = png_strlen(units) + 1;
413 png_debug1(3, "allocating units for info (%lu bytes)\n", length);
417 png_warning(png_ptr, "Insufficient memory for pCAL units.");
420 png_memcpy(info_ptr->pcal_units, units, (png_size_t)length);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 273 void setPolygonOffsetParams(GLfloat factor, GLfloat units);
  /external/webkit/Source/WebCore/dom/
Element.h 375 void scrollByUnits(int units, ScrollGranularity);
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 617 // C function void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
621 int units
    [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...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 124 void (GLAPIENTRY *glPolygonOffset) (GLfloat factor, GLfloat units);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 39 void glPolygonOffset(GLfloat factor, GLfloat units);
125 void glPolygonOffsetx(GLfixed factor, GLfixed units);
216 void glPolygonOffsetxOES(GLfixed factor, GLfixed units);
489 void glPolygonOffset(GLfloat factor, GLfloat units)
492 ctx->glPolygonOffset(ctx, factor, units);
    [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...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 111 The granule position of pages containing Vorbis audio is in units
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 840 // C function void glPolygonOffset ( GLfloat factor, GLfloat units )
844 float units
847 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
851 int units
    [all...]
  /frameworks/native/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/native/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);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 93 void glPolygonOffset ( GLfloat factor, GLfloat units )
  /prebuilts/ndk/4/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);
  /prebuilts/ndk/4/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);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/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);
  /prebuilts/ndk/4/platforms/android-8/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);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/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);
  /prebuilts/ndk/5/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);

Completed in 764 milliseconds

1 2 34 5 6 7 8 91011