Searched defs:idxs (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrAALinearizingConvexPathRenderer.cpp85 uint16_t* idxs,
109 idxs[i] = tess.index(i) + firstIndex;
226 uint16_t* idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); local
227 if (!idxs) {
231 memcpy(idxs, indices, indexCount * sizeof(uint16_t));
80 extract_verts(const GrAAConvexTessellator& tess, void* vertices, size_t vertexStride, GrColor color, uint16_t firstIndex, uint16_t* idxs, bool tweakAlphaForCoverage) argument
H A DGrAAConvexPathRenderer.cpp358 uint16_t* idxs) {
380 idxs += *i;
404 idxs[*i + 0] = *v + 0;
405 idxs[*i + 1] = *v + 2;
406 idxs[*i + 2] = *v + 1;
407 idxs[*i + 3] = *v + 0;
408 idxs[*i + 4] = *v + 3;
409 idxs[*i + 5] = *v + 2;
444 idxs[*i + 0] = *v + 3;
445 idxs[*
353 create_vertices(const SegmentArray& segments, const SkPoint& fanPt, GrColor color, DrawArray* draws, QuadVertex* verts, uint16_t* idxs) argument
681 extract_lines_only_verts(const GrAAConvexTessellator& tess, void* vertices, size_t vertexStride, GrColor color, uint16_t* idxs, bool tweakAlphaForCoverage) argument
821 uint16_t* idxs = target->makeIndexSpace(tess.numIndices(), &indexBuffer, &firstIndex); local
906 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); variable
[all...]
/external/skqp/src/gpu/ops/
H A DGrAALinearizingConvexPathRenderer.cpp85 uint16_t* idxs,
109 idxs[i] = tess.index(i) + firstIndex;
226 uint16_t* idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); local
227 if (!idxs) {
231 memcpy(idxs, indices, indexCount * sizeof(uint16_t));
80 extract_verts(const GrAAConvexTessellator& tess, void* vertices, size_t vertexStride, GrColor color, uint16_t firstIndex, uint16_t* idxs, bool tweakAlphaForCoverage) argument
H A DGrAAConvexPathRenderer.cpp358 uint16_t* idxs) {
380 idxs += *i;
404 idxs[*i + 0] = *v + 0;
405 idxs[*i + 1] = *v + 2;
406 idxs[*i + 2] = *v + 1;
407 idxs[*i + 3] = *v + 0;
408 idxs[*i + 4] = *v + 3;
409 idxs[*i + 5] = *v + 2;
444 idxs[*i + 0] = *v + 3;
445 idxs[*
353 create_vertices(const SegmentArray& segments, const SkPoint& fanPt, GrColor color, DrawArray* draws, QuadVertex* verts, uint16_t* idxs) argument
681 extract_lines_only_verts(const GrAAConvexTessellator& tess, void* vertices, size_t vertexStride, GrColor color, uint16_t* idxs, bool tweakAlphaForCoverage) argument
821 uint16_t* idxs = target->makeIndexSpace(tess.numIndices(), &indexBuffer, &firstIndex); local
906 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); variable
[all...]
/external/opencv/cv/src/
H A Dcvshapedescr.cpp179 int idxs[4] = { 0, 1, 2, 3 }; local
198 idxs[0] = i;
199 idxs[1] = j;
210 if( i == idxs[j] )
213 idxs[k++] = i;
216 center = cvPoint2D32f( (pts[idxs[0]].x + pts[idxs[1]].x)*0.5f,
217 (pts[idxs[0]].y + pts[idxs[1]].y)*0.5f );
218 radius = (float)(icvDistanceL2_32f( pts[idxs[
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c463 LLVMValueRef idxs[2]; local
510 idxs[0] = ctx->bld_base.uint_bld.zero;
511 idxs[1] = index;
512 return LLVMBuildGEP(builder, alloca, idxs, 2, "");
865 LLVMValueRef idxs[2] = { local
890 idxs[1] = lp_build_const_int32(bld_base->base.gallivm, j);
891 ptr = LLVMBuildGEP(builder, array_alloca, idxs, 2, name);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm_ocaml.c730 unsigned* idxs = (unsigned*)malloc(size * sizeof(unsigned)); local
732 idxs[i] = Int_val(Field(Indices, i));
735 result = LLVMConstExtractValue(Aggregate, idxs, size);
736 free(idxs);
748 unsigned* idxs = (unsigned*)malloc(size * sizeof(unsigned)); local
750 idxs[i] = Int_val(Field(Indices, i));
753 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
754 free(idxs);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c945 unsigned* idxs = (unsigned*)malloc(size * sizeof(unsigned)); local
947 idxs[i] = Int_val(Field(Indices, i));
950 result = LLVMConstExtractValue(Aggregate, idxs, size);
951 free(idxs);
963 unsigned* idxs = (unsigned*)malloc(size * sizeof(unsigned)); local
965 idxs[i] = Int_val(Field(Indices, i));
968 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
969 free(idxs);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 351 milliseconds