HomeSort by relevance Sort by last modified time
    Searched refs:coords (Results 176 - 200 of 267) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkRadialGradient.cpp 562 const char* coords; local
563 this->setupMatrix(builder, key, &coords);
565 t.append(coords);
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 229 const char* coords; local
230 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, &coords);
258 builder->fsCodeAppendf("\tvec2 coord = %s - %s * vec2(0.5, 0.5);\n", coords, imgInc);
SkMorphologyImageFilter.cpp 328 const char* coords; local
329 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, &coords);
350 builder->fsCodeAppendf("\t\tvec2 coord = %s - %d.0 * %s;\n", coords, fRadius, imgInc);
SkMatrixConvolutionImageFilter.cpp 393 const char* coords; local
394 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, &coords);
415 builder->fsCodeAppendf("\t\tvec2 coord = %s - %s * %s;\n", coords, target, imgInc);
434 appendTextureLookup(builder, samplers[0], coords, fTileMode);
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 528 const char* coords; local
529 this->setupMatrix(builder, key, &coords);
531 t.append(coords);
SkRadialGradient.cpp 562 const char* coords; local
563 this->setupMatrix(builder, key, &coords);
565 t.append(coords);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 811 void glDrawTexsvOES(const GLshort *coords)
813 getDispatch()->glDrawTexsvOES(coords);
816 void glDrawTexivOES(const GLint *coords)
818 getDispatch()->glDrawTexivOES(coords);
821 void glDrawTexxvOES(const GLfixed *coords)
823 getDispatch()->glDrawTexxvOES(coords);
831 void glDrawTexfvOES(const GLfloat *coords)
833 getDispatch()->glDrawTexfvOES(coords);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 403 coordsChar: function(coords, mode) { },
448 indexFromPos: function(coords) { },
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h     [all...]
glapitemp.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es1_conversion.h 29 _es_DrawTexxvOES(const GLfixed *coords);
  /external/chromium_org/third_party/skia/src/core/
SkGeometry.cpp 307 static inline void flatten_double_quad_extrema(SkScalar coords[14])
309 coords[2] = coords[6] = coords[4];
686 static void flatten_double_cubic_extrema(SkScalar coords[14])
688 coords[4] = coords[8] = coords[6];
    [all...]
  /external/mesa3d/src/mesa/main/
es1_conversion.h 29 _es_DrawTexxvOES(const GLfixed *coords);
  /external/skia/src/core/
SkGeometry.cpp 307 static inline void flatten_double_quad_extrema(SkScalar coords[14])
309 coords[2] = coords[6] = coords[4];
686 static void flatten_double_cubic_extrema(SkScalar coords[14])
688 coords[4] = coords[8] = coords[6];
    [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 566 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
567 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
568 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
570 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
575 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords);
576 typedef void (GL_APIENTRYP PFNGLDRAWTEXIVOESPROC) (const GLint *coords);
577 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords);
579 typedef void (GL_APIENTRYP PFNGLDRAWTEXFVOESPROC) (const GLfloat *coords);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp_shared.h     [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 393 const char* coords; local
394 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, &coords);
415 builder->fsCodeAppendf("\t\tvec2 coord = %s - %s * %s;\n", coords, target, imgInc);
434 appendTextureLookup(builder, samplers[0], coords, fTileMode);
  /frameworks/native/libs/input/
InputTransport.cpp 339 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
660 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords;
902 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
928 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1149 LLVMValueRef coords[3]; local
    [all...]
lp_bld_sample_soa.c 65 * Generate code to fetch a texel from a texture at int coords (x, y, z).
137 /* convert x,y,z coords to linear offset from start of texture, in bytes */
148 * Simply AND the texture coords with !use_border. This will cause
149 * coords which are out of bounds to become zero. Zero's guaranteed
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1149 LLVMValueRef coords[3]; local
    [all...]
lp_bld_sample_soa.c 65 * Generate code to fetch a texel from a texture at int coords (x, y, z).
137 /* convert x,y,z coords to linear offset from start of texture, in bytes */
148 * Simply AND the texture coords with !use_border. This will cause
149 * coords which are out of bounds to become zero. Zero's guaranteed
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 177 public void put(final int key, final ConversationItemViewCoordinates coords) {
178 mCoordinatesCache.put(key, coords);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 304 tex_coord_t coords[GGL_TEXTURE_UNIT_COUNT]; member in struct:android::GGLAssembler::fragment_parts_t
431 void init_textures( tex_coord_t* coords,
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.h 192 void glDrawTexsvOES_enc(void *self , const GLshort* coords);
193 void glDrawTexivOES_enc(void *self , const GLint* coords);
194 void glDrawTexxvOES_enc(void *self , const GLfixed* coords);
196 void glDrawTexfvOES_enc(void *self , const GLfloat* coords);

Completed in 1559 milliseconds

1 2 3 4 5 6 78 91011