HomeSort by relevance Sort by last modified time
    Searched refs:units (Results 276 - 300 of 612) sorted by null

<<11121314151617181920>>

  /sdk/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/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 175 virtual void polygonOffset(WGC3Dfloat factor, WGC3Dfloat units) { }
  /external/chromium_org/third_party/libpng/
pngrutil.c 1662 png_charp buf, units, endptr; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 59 inline unsigned int units(DataFile f, unsigned int size) const function in class:nv50_ir::RegisterSet
70 return units(v->reg.file, idToBytes(v));
75 return units(v->reg.file, bytes);
745 colors = regs.units(lval->reg.file, lval->reg.size);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 328 nouveau_polygon_offset(struct gl_context *ctx, GLfloat factor, GLfloat units)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 59 inline unsigned int units(DataFile f, unsigned int size) const function in class:nv50_ir::RegisterSet
70 return units(v->reg.file, idToBytes(v));
75 return units(v->reg.file, bytes);
745 colors = regs.units(lval->reg.file, lval->reg.size);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 328 nouveau_polygon_offset(struct gl_context *ctx, GLfloat factor, GLfloat units)
  /external/qemu/distrib/libpng-1.2.46/
pngrutil.c 1678 png_charp buf, units, endptr; local
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp     [all...]
  /frameworks/native/opengl/libagl/
context.h 173 GLfixed units; member in struct:android::gl::polygon_offset_t
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 151 /* during many operations, so whole Units are handled and exact */
417 /* collect remaining Units, if any, into hi */
453 /* collect remaining Units, if any, into hi */
2509 uInt units, shift; \/* work *\/ local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 151 /* during many operations, so whole Units are handled and exact */
419 /* collect remaining Units, if any, into hi */
455 /* collect remaining Units, if any, into hi */
2511 uInt units, shift; \/* work *\/ local
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 561 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
601 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_display_manager.js 363 * @return {number} The mapped position in code units.
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 32 // the same units in the same way.
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 72 // This is due to a bug of wrong units reported for googTargetEncBitrate.
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 863 void PolygonOffset(PP_Resource context_id, GLfloat factor, GLfloat units) {
866 glPolygonOffset(factor, units);
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 569 void GL_APIENTRY glPolygonOffset(GLfloat factor, GLfloat units) {
571 glGetCurrentContextPPAPI(), factor, units); local
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h 593 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
633 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 530 void GLContext::polygonOffset (float factor, float units)
532 m_wrapper->glPolygonOffset(factor, units);
  /external/mesa3d/include/GLES/
glext.h 593 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
633 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
599 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
599 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
599 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
599 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
    [all...]

Completed in 1773 milliseconds

<<11121314151617181920>>