/external/eigen/bench/ |
D | sparse_setter.cpp | 68 Coordinates coords; in main() local 194 EIGEN_DONT_INLINE Scalar* setinnerrand_eigen(const Coordinates& coords, const Values& vals) in setinnerrand_eigen() 208 EIGEN_DONT_INLINE Scalar* setrand_eigen_dynamic(const Coordinates& coords, const Values& vals) in setrand_eigen_dynamic() 222 EIGEN_DONT_INLINE Scalar* setrand_eigen_sumeq(const Coordinates& coords, const Values& vals) in setrand_eigen_sumeq() 241 EIGEN_DONT_INLINE Scalar* setrand_eigen_compact(const Coordinates& coords, const Values& vals) in setrand_eigen_compact() 255 EIGEN_DONT_INLINE Scalar* setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals) in setrand_eigen_gnu_hash() 271 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_dense(const Coordinates& coords, const Values& vals) in setrand_eigen_google_dense() 284 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals) in setrand_eigen_google_sparse() 405 EIGEN_DONT_INLINE Scalar* setrand_scipy(const Coordinates& coords, const Values& vals) in setrand_scipy() 425 EIGEN_DONT_INLINE Scalar* setrand_ublas_mapped(const Coordinates& coords, const Values& vals) in setrand_ublas_mapped() [all …]
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | stroker.c | 77 const VGfloat *coords; member 90 static void stroke_itr_coords(struct stroke_iterator *itr, VGfloat *coords) in stroke_itr_coords() 95 static void stroke_fw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) in stroke_fw_itr_coords() 122 static void stroke_bw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) in stroke_bw_itr_coords() 198 struct array *coords) in stroke_itr_common_init() 209 struct array *coords) in stroke_forward_iterator() 223 struct array *coords) in stroke_backward_iterator() 305 static void stroke_flat_itr_coords(struct stroke_iterator *itr, VGfloat *coords) in stroke_flat_itr_coords() 333 struct array *coords) in stroke_flat_iterator() 553 VGfloat coords[2] = {x, y}; in stroker_emit_move_to() local [all …]
|
D | vgu.c | 44 const VGfloat *coords, in vgu_append_float_coords() 59 VGfloat coords[4]; in vguLine() local 86 VGfloat *coords; in vguPolygon() local 138 VGfloat coords[5]; in vguRect() local 232 VGfloat coords[12]; in vguEllipse() local 267 VGfloat coords[40]; in vguArc() local
|
D | paint.c | 55 VGfloat coords[4]; member 450 const VGfloat *coords) in paint_set_linear_gradient() 537 VGfloat *coords) in paint_linear_gradient() 543 VGfloat *coords) in paint_radial_gradient() 609 const VGint *coords) in paint_set_linear_gradienti() 615 VGint *coords) in paint_linear_gradienti() 627 VGint *coords) in paint_radial_gradienti()
|
D | path.c | 173 void *coords = (VGfloat *)pdata; in coords_adjust_by_scale_bias() local 262 VGubyte *coords = (VGubyte*)p->control_points->data; in path_append_data() local 309 void *coords = (VGfloat *)p->control_points->data; in convert_path() local 367 void *coords = (VGfloat *)p->control_points->data; in path_get_fill_polygons() local 679 void *coords = (VGfloat *)path->control_points->data; in path_for_each_segment() local 810 struct array *coords; member 951 void *coords; member 1236 void *coords = (VGfloat *)p->control_points->data; in path_create_stroke() local 1714 VGfloat coords[8]; in path_bounding_rect() local 1798 VGfloat coords[8]; in path_length() local [all …]
|
D | path.h | 45 const VGfloat *coords; member
|
/external/mesa3d/src/mesa/main/ |
D | drawtex.c | 69 _mesa_DrawTexfv(const GLfloat *coords) in _mesa_DrawTexfv() 86 _mesa_DrawTexiv(const GLint *coords) in _mesa_DrawTexiv() 104 _mesa_DrawTexsv(const GLshort *coords) in _mesa_DrawTexsv() 126 _mesa_DrawTexxv(const GLfixed *coords) in _mesa_DrawTexxv()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftmm.c | 124 FT_Long* coords ) in FT_Set_MM_Design_Coordinates() 152 FT_Fixed* coords ) in FT_Set_Var_Design_Coordinates() 180 FT_Fixed* coords ) in FT_Set_MM_Blend_Coordinates() 211 FT_Fixed* coords ) in FT_Set_Var_Blend_Coordinates()
|
/external/freetype/src/base/ |
D | ftmm.c | 124 FT_Long* coords ) in FT_Set_MM_Design_Coordinates() 152 FT_Fixed* coords ) in FT_Set_Var_Design_Coordinates() 180 FT_Fixed* coords ) in FT_Set_MM_Blend_Coordinates() 211 FT_Fixed* coords ) in FT_Set_Var_Blend_Coordinates()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 130 struct ureg_src coords, in vs_normalize_coords() 147 struct ureg_src coords, in linear_gradient() 198 struct ureg_src coords, in radial_gradient() 374 struct ureg_src coords, in xrender_tex() 522 struct ureg_src coords, const0124, matrow0, matrow1, matrow2; in create_fs() local
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_exa_tgsi.c | 108 vs_normalize_coords(struct ureg_program *ureg, struct ureg_src coords, in vs_normalize_coords() 124 struct ureg_src coords, in linear_gradient() 184 struct ureg_src coords, in radial_gradient() 395 struct ureg_src coords, in xrender_tex() 557 struct ureg_src coords, const0124, in create_fs() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderReturnTests.cpp | 145 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeConditionalReturnInFuncCase() local 201 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeOutputWriteReturnCase() local 247 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeReturnInLoopCase() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderReturnTests.cpp | 171 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeConditionalReturnInFuncCase() local 226 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeOutputWriteReturnCase() local 271 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeReturnInLoopCase() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderReturnTests.cpp | 156 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeConditionalReturnInFuncCase() local 211 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeOutputWriteReturnCase() local 257 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeReturnInLoopCase() local
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | LayoutManager.java | 96 PointF coords = widget.getElementCoordinates(elementHeight, in draw() local 160 protected void drawAnchor(Canvas canvas, PointF coords) { in drawAnchor()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 83 GrGLfloat coords[]) { in points_to_coords() 106 GrGLfloat coords[6]; in init_path_object_for_general_path() local
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | GlUtil.java | 50 public static FloatBuffer createFloatBuffer(float[] coords) { in createFloatBuffer()
|
/external/skia/src/gpu/ |
D | GrPrimitiveProcessor.cpp | 40 GrPrimitiveProcessor::getTransformKey(const SkTArray<const GrCoordTransform*, true>& coords, in getTransformKey()
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 162 Coordinates& coords, in reportCopyVerification() argument 178 static void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) { in writeCoordPixels() 431 Coordinates coords(subW * subH); in DEF_TEST() local
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingTests.cpp | 363 std::vector<float> coords; in renderResource() local 548 static const GLfloat coords[] = { in renderResource() local 693 static const GLfloat coords[] = { in renderResource() local 982 static const GLfloat coords[] = { in renderResource() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 525 LLVMValueRef coords[4]; in emit_prepare_cube_coords() local 573 LLVMValueRef coords[4]; in txd_fetch_args() local 594 LLVMValueRef coords[4]; in txp_fetch_args() local 631 LLVMValueRef coords[4]; in tex_fetch_args() local
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftmm.h | 172 FT_Fixed* coords; member
|
/external/freetype/include/ |
D | ftmm.h | 172 FT_Fixed* coords; member
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 528 Json::Value coords(Json::arrayValue); in make_json_path() local 537 Json::Value coords(Json::arrayValue); in make_json_path() local 547 Json::Value coords(Json::arrayValue); in make_json_path() local 2160 SkRect coords; in fromJSON() local 2407 Json::Value coords(Json::arrayValue); in toJSON() local 2421 Json::Value coords = command[SKDEBUGCANVAS_ATTRIBUTE_COORDS]; in fromJSON() local 2572 Json::Value coords = run[SKDEBUGCANVAS_ATTRIBUTE_COORDS]; in fromJSON() local 2728 SkRect coords; in fromJSON() local 2762 SkRRect coords; in fromJSON() local 2834 Json::Value coords(Json::arrayValue); in toJSON() local [all …]
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.cpp | 109 SkString GrGLSLFragmentShaderBuilder::ensureFSCoords2D(const GrGLSLTransformedCoordsArray& coords, in ensureFSCoords2D()
|