/external/skia/src/core/ |
D | SkVertState.cpp | 23 const uint16_t* indices = state->fIndices; in TrianglesX() local 53 const uint16_t* indices = state->fIndices; in TriangleStripX() local 83 const uint16_t* indices = state->fIndices; in TriangleFanX() local
|
/external/opencv3/modules/flann/include/opencv2/ |
D | flann.hpp | 271 …dex<Distance>::knnSearch(const std::vector<ElementType>& query, std::vector<int>& indices, std::ve… in knnSearch() 284 void GenericIndex<Distance>::knnSearch(const Mat& queries, Mat& indices, Mat& dists, int knn, const… in knnSearch() 304 …<Distance>::radiusSearch(const std::vector<ElementType>& query, std::vector<int>& indices, std::ve… in radiusSearch() 316 int GenericIndex<Distance>::radiusSearch(const Mat& query, Mat& indices, Mat& dists, DistanceType r… in radiusSearch() 438 void Index_<T>::knnSearch(const std::vector<ElementType>& query, std::vector<int>& indices, std::ve… in knnSearch() 450 void Index_<T>::knnSearch(const Mat& queries, Mat& indices, Mat& dists, int knn, const ::cvflann::S… in knnSearch() 469 int Index_<T>::radiusSearch(const std::vector<ElementType>& query, std::vector<int>& indices, std::… in radiusSearch() 480 int Index_<T>::radiusSearch(const Mat& query, Mat& indices, Mat& dists, DistanceType radius, const … in radiusSearch()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 96 const char *indices; in vbo_get_minmax_index() local 807 const GLvoid *indices, in vbo_validated_drawrangeelements() 883 const GLvoid *indices, in vbo_exec_DrawRangeElementsBaseVertex() 965 GLsizei count, GLenum type, const GLvoid *indices) in vbo_exec_DrawRangeElements() 985 const GLvoid *indices) in vbo_exec_DrawElements() 1007 const GLvoid *indices, GLint basevertex) in vbo_exec_DrawElementsBaseVertex() 1030 const GLvoid *indices, GLsizei numInstances) in vbo_exec_DrawElementsInstanced() 1053 const GLvoid *indices, GLsizei numInstances, in vbo_exec_DrawElementsInstancedBaseVertex() 1078 const GLvoid *indices, GLsizei numInstances, in vbo_exec_DrawElementsInstancedBaseInstance() 1104 const GLvoid *indices, GLsizei numInstances, in vbo_exec_DrawElementsInstancedBaseVertexBaseInstance() [all …]
|
D | vbo_save_api.c | 962 const GLvoid * indices) in _save_DrawElements() 975 GLsizei count, GLenum type, const GLvoid * indices) in _save_DrawRangeElements() 990 const GLvoid * indices, GLint basevertex) in _save_DrawElementsBaseVertex() 1008 const GLvoid * indices, GLint basevertex) in _save_DrawRangeElementsBaseVertex() 1035 const GLvoid **indices, GLsizei primcount) in _save_MultiDrawElements() 1049 GLenum type, const GLvoid * const *indices, in _save_MultiDrawElementsBaseVertex() 1220 const GLvoid * indices) in _save_OBE_DrawElements() 1268 const GLvoid * indices) in _save_OBE_DrawRangeElements() 1286 const GLvoid **indices, GLsizei primcount) in _save_OBE_MultiDrawElements() 1301 const GLvoid * const *indices, in _save_OBE_MultiDrawElementsBaseVertex()
|
/external/eigen/demos/opengl/ |
D | icosphere.cpp | 42 std::vector<int>& indices = *mIndices.back(); in IcoSphere() local 54 const std::vector<int>& IcoSphere::indices(int level) const in indices() function in IcoSphere 65 const std::vector<int>& indices = *mIndices.back(); in _subdivide() local
|
/external/mesa3d/src/mesa/main/ |
D | api_validate.c | 62 const void *indices, in _mesa_max_buffer_index() 171 const GLvoid *indices, GLint basevertex) in check_index_bounds() 320 const GLvoid *indices, GLint basevertex) in _mesa_validate_DrawElements() 371 GLenum type, const GLvoid * const *indices, in _mesa_validate_MultiDrawElements() 438 const GLvoid *indices, GLint basevertex) in _mesa_validate_DrawRangeElements() 566 const GLvoid *indices, GLsizei numInstances, in _mesa_validate_DrawElementsInstanced()
|
/external/proguard/src/proguard/gui/ |
D | ListPanel.java | 227 protected void moveElementsAt(int[] indices, int offset) in moveElementsAt() 246 protected void insertElementsAt(Object[] elements, int[] indices) in insertElementsAt() 267 protected void setElementsAt(Object[] elements, int[] indices) in setElementsAt() 279 protected void removeElementsAt(int[] indices) in removeElementsAt()
|
/external/skia/src/gpu/ |
D | GrPathRange.cpp | 27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { in loadPathsIfNeeded() argument 42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded() argument
|
D | GrPathRange.h | 75 template<typename IndexType> void loadPathsIfNeeded(const IndexType* indices, int count) const { in loadPathsIfNeeded() 115 template<typename IndexType> void assertPathsLoaded(const IndexType* indices, int count) const { in assertPathsLoaded()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_gs.c | 211 unsigned *indices, in draw_fetch_gs_input() 302 unsigned indices[1]; in gs_point() local 315 unsigned indices[2]; in gs_line() local 329 unsigned indices[4]; in gs_line_adj() local 345 unsigned indices[3]; in gs_tri() local 361 unsigned indices[6]; in gs_tri_adj() local
|
D | draw_pt_so_emit.c | 83 unsigned *indices, in so_emit_prim() 145 unsigned indices[1]; in so_point() local 154 unsigned indices[2]; in so_line() local 164 unsigned indices[3]; in so_tri() local
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | nn_index.h | 68 …virtual void knnSearch(const Matrix<ElementType>& queries, Matrix<int>& indices, Matrix<DistanceTy… in knnSearch() 102 …virtual int radiusSearch(const Matrix<ElementType>& query, Matrix<int>& indices, Matrix<DistanceTy… in radiusSearch()
|
/external/eigen/Eigen/src/Core/ |
D | Transpositions.h | 97 const IndicesType& indices() const { return derived().indices(); } in indices() function 99 IndicesType& indices() { return derived().indices(); } in indices() function
|
D | PermutationMatrix.h | 136 const IndicesType& indices() const { return derived().indices(); } in indices() function 138 IndicesType& indices() { return derived().indices(); } in indices() function
|
/external/icu/icu4c/source/layout/ |
D | CanonShaping.cpp | 15 void CanonShaping::sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, l… in sortMarks() 41 le_int32 *indices = LE_NEW_ARRAY(le_int32, charCount); in reorderMarks() local
|
/external/opencv3/samples/gpu/ |
D | opengl.cpp | 45 ogl::Buffer indices; member 86 Mat_<int> indices(1, 6); in main() local
|
/external/skia/src/gpu/batches/ |
D | GrDrawVerticesBatch.cpp | 37 const uint16_t* indices, int indexCount, in GrDrawVerticesBatch() 122 uint16_t* indices = nullptr; in onPrepareDraws() local 259 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params() 283 SkTArray<uint16_t> indices; in DRAW_BATCH_TEST_DEFINE() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextUtil.cpp | 62 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 }; in drawQuadWithVaoBuffers() local 132 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 }; in drawQuadWithClientPointers() local
|
/external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/ |
D | array.pass.cpp | 29 const int indices[] = {-1, 0, 1}; in main() local
|
D | array.fail.cpp | 34 const int indices[] = {-1, 0, 1}; in main() local
|
/external/testng/src/main/java/org/testng/annotations/ |
D | DataProvider.java | 35 int[] indices() default {}; in indices() method
|
/external/opencv3/modules/flann/src/ |
D | miniflann.cpp | 462 void runKnnSearch_(void* index, const Mat& query, Mat& indices, Mat& dists, in runKnnSearch_() 481 void runKnnSearch(void* index, const Mat& query, Mat& indices, Mat& dists, in runKnnSearch() 488 int runRadiusSearch_(void* index, const Mat& query, Mat& indices, Mat& dists, in runRadiusSearch_() 508 int runRadiusSearch(void* index, const Mat& query, Mat& indices, Mat& dists, in runRadiusSearch() 516 Mat& indices, Mat& dists, int rows, in createIndicesDists() 554 Mat query = _query.getMat(), indices, dists; in knnSearch() local 596 Mat query = _query.getMat(), indices, dists; in radiusSearch() local
|
/external/lzma/CPP/7zip/UI/Common/ |
D | SortUtils.cpp | 15 void SortFileNames(const UStringVector &strings, CUIntVector &indices) in SortFileNames()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_struct.c | 51 LLVMValueRef indices[2]; in lp_build_struct_get_ptr() local 85 LLVMValueRef indices[2]; in lp_build_array_get_ptr() local
|
/external/skia/src/utils/ |
D | SkTextureCompressor_LATC.cpp | 144 uint64_t indices = 0; in compress_latc_block_bb() local 190 uint64_t indices = 0; in compress_latc_block_bb_ignore_extremal() local 361 inline uint64_t PackRowMajor(const uint8_t *indices, size_t rowBytes) { in PackRowMajor() 370 inline uint64_t PackColumnMajor(const uint8_t *indices, size_t rowBytes) { in PackColumnMajor()
|