| /external/skia/tests/ |
| D | GpuLayerCacheTest.cpp | 42 unsigned indices[1] = { idOffset+i+1 }; in create_layers() local 122 unsigned indices[1] = { i + 1 }; in DEF_GPUTEST() local 141 unsigned indices[1] = { i+1 }; in DEF_GPUTEST() local 150 unsigned indices[1] = { i+1 }; in DEF_GPUTEST() local 177 unsigned indices[1] = { kInitialNumLayers+1 }; in DEF_GPUTEST() local 191 unsigned indices[1] = { i+1 }; in DEF_GPUTEST() local
|
| /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/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/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()
|
| D | texcompress_cpal.c | 83 const void *indices, GLuint num_pixels, GLubyte *image) in paletted_to_color() 173 const GLubyte *indices; in _mesa_cpal_compressed_teximage2d() local
|
| /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/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/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
| D | Curve.java | 99 short[] indices = new short[(spline.getControlPoints().size() - 1) * nbSubSegments * 2]; in createCatmullRomMesh() local 179 short[] indices = new short[(centerPointsAmount - 1) * nbSubSegments << 1]; in createBezierMesh() local 218 short[] indices = new short[nbSubSegments << 1]; in createNurbMesh() local 233 short[] indices = new short[(spline.getControlPoints().size() - 1) * 2]; in createLinearMesh() local
|
| /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/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/jmonkeyengine/engine/src/core/com/jme3/animation/ |
| D | Pose.java | 50 private int[] indices; field in Pose 55 public Pose(String name, int targetMeshIndex, Vector3f[] offsets, int[] indices){ in Pose()
|
| /external/skia/src/gpu/ |
| D | GrPathRange.cpp | 35 void GrPathRange::willDrawPaths(const void* indices, PathIndexType indexType, int count) const { in willDrawPaths() argument 48 template<typename IndexType> void GrPathRange::willDrawPaths(const void* indices, int count) const { in willDrawPaths() argument
|
| /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.fail.cpp | 34 const int indices[] = {-1, 0, 1}; in main() local
|
| D | array.pass.cpp | 29 const int indices[] = {-1, 0, 1}; in main() local
|
| /external/lzma/CPP/7zip/UI/Common/ |
| D | SortUtils.cpp | 14 void SortFileNames(const UStringVector &strings, CIntVector &indices) in SortFileNames()
|
| /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
| D | TriStrip.java | 272 public static int[] remapIndices(int[] indices, int numVerts) { in remapIndices() 297 public static void remapArrays(float[] vertexBuffer, int vertexSize, int[] indices) { in remapArrays()
|
| /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/v8/test/mjsunit/ |
| D | string-indexof-1.js | 117 var indices = [0x5, 0x65, 0x85, 0x105, 0x205, 0x285, 0x2005, 0x2085, 0xfff0]; variable
|
| /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()
|
| /external/opencv/otherlibs/highgui/ |
| D | utils.cpp | 444 uchar* FillColorRow8( uchar* data, uchar* indices, int len, PaletteEntry* palette ) in FillColorRow8() 457 uchar* FillGrayRow8( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow8() 468 uchar* FillColorRow4( uchar* data, uchar* indices, int len, PaletteEntry* palette ) in FillColorRow4() 492 uchar* FillGrayRow4( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow4() 515 uchar* FillColorRow1( uchar* data, uchar* indices, int len, PaletteEntry* palette ) in FillColorRow1() 543 uchar* FillGrayRow1( uchar* data, uchar* indices, int len, uchar* palette ) in FillGrayRow1()
|