HomeSort by relevance Sort by last modified time
    Searched refs:coords (Results 201 - 225 of 292) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 475 const TransformedCoordsArray& coords,
478 SkString coords2D = builder->ensureFSCoords2D(coords, 0);
SkLinearGradient.cpp 526 const TransformedCoordsArray& coords,
529 SkString t = builder->ensureFSCoords2D(coords, 0);
SkRadialGradient.cpp 535 const TransformedCoordsArray& coords,
539 t.append(builder->ensureFSCoords2D(coords, 0));
  /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...]
api_exec_es1.c 153 extern void GL_APIENTRY _mesa_DrawTexfv(const GLfloat * coords);
159 extern void GL_APIENTRY _mesa_DrawTexiv(const GLint * coords);
165 extern void GL_APIENTRY _mesa_DrawTexsv(const GLshort * coords);
  /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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js 467 var coords = this._codeMirror.coordsChar({left: x, top: y});
468 return this._toRange(coords, coords);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 526 const TransformedCoordsArray& coords,
529 SkString t = builder->ensureFSCoords2D(coords, 0);
SkRadialGradient.cpp 535 const TransformedCoordsArray& coords,
539 t.append(builder->ensureFSCoords2D(coords, 0));
  /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);
gl_entry.cpp 177 void glDrawTexsvOES(const GLshort* coords);
178 void glDrawTexivOES(const GLint* coords);
179 void glDrawTexxvOES(const GLfixed* coords);
181 void glDrawTexfvOES(const GLfloat* coords);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 765 const TransformedCoordsArray& coords,
769 SkString vCoords = builder->ensureFSCoords2D(coords, 0);
    [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 765 const TransformedCoordsArray& coords,
769 SkString vCoords = builder->ensureFSCoords2D(coords, 0);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 662 GrPoint* coords = GrTCast<GrPoint*>(GrTCast<intptr_t>(geo.vertices()) + local
664 coords->setRectFan(localRect->fLeft, localRect->fTop,
668 localMatrix->mapPointsWithStride(coords, vsize, 4);
    [all...]
GrInOrderDrawBuffer.cpp 151 // Go to device coords to allow batching across matrix changes
178 GrPoint* coords = GrTCast<GrPoint*>(GrTCast<intptr_t>(geo.vertices()) + localOffset); local
179 coords->setRectFan(localRect->fLeft, localRect->fTop,
183 localMatrix->mapPointsWithStride(coords, vsize, 4);
  /external/skia/src/gpu/
GrDrawTarget.cpp 662 GrPoint* coords = GrTCast<GrPoint*>(GrTCast<intptr_t>(geo.vertices()) + local
664 coords->setRectFan(localRect->fLeft, localRect->fTop,
668 localMatrix->mapPointsWithStride(coords, vsize, 4);
    [all...]
GrInOrderDrawBuffer.cpp 151 // Go to device coords to allow batching across matrix changes
178 GrPoint* coords = GrTCast<GrPoint*>(GrTCast<intptr_t>(geo.vertices()) + localOffset); local
179 coords->setRectFan(localRect->fLeft, localRect->fTop,
183 localMatrix->mapPointsWithStride(coords, vsize, 4);
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]

Completed in 1167 milliseconds

1 2 3 4 5 6 7 891011>>