Home
last modified time | relevance | path

Searched defs:indices (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DLineLoopTest.cpp148 static const GLubyte indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local
157 static const GLushort indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local
171 static const GLuint indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local
180 static const GLubyte indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local
194 static const GLushort indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local
213 static const GLuint indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local
231 static const GLubyte indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local
258 static const GLushort indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local
290 static const GLuint indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local
488 const void *indices, in runTest()
[all …]
DBuiltinVariableTest.cpp80 void runTest(GLuint drawMode, const std::vector<GLint> &indices, int count) in runTest()
177 std::vector<GLint> indices; in TEST_P() local
188 std::vector<GLint> indices; in TEST_P() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeVertexArrayApiTests.cpp537 GLbyte indices[1] = {0}; in draw_elements() local
612 GLbyte indices[1] = {0}; in draw_elements_invalid_program() local
651 GLbyte indices[1] = {0}; in draw_elements_incomplete_primitive() local
733 GLuint indices[1] = {0}; in draw_elements_base_vertex() local
768 GLuint indices[1] = {0}; in draw_elements_base_vertex_primitive_mode_mismatch() local
902 GLbyte indices[1] = {0}; in draw_elements_instanced() local
981 GLbyte indices[1] = {0}; in draw_elements_instanced_invalid_program() local
1025 GLbyte indices[1] = {0}; in draw_elements_instanced_incomplete_primitive() local
1106 GLbyte indices[1] = {0}; in draw_elements_instanced_base_vertex() local
1152 GLuint indices[1] = {0}; in draw_elements_instanced_base_vertex_primitive_mode_mismatch() local
[all …]
/third_party/skia/src/core/
DSkVertState.cpp23 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
/third_party/python/Lib/idlelib/
Dparenmatch.py96 def finish_paren_event(self, indices): argument
120 def create_tag_opener(self, indices): argument
125 def create_tag_parens(self, indices): argument
134 def create_tag_expression(self, indices): argument
/third_party/mesa3d/src/compiler/nir/
Dnir_intrinsics.py46 indices, flags, sysval, bit_sizes): argument
118 def intrinsic(name, src_comp=[], dest_comp=-1, indices=[], argument
769 def system_value(name, dest_comp, indices=[], bit_sizes=[32]): argument
987 def load(name, src_comp, indices=[], flags=[]): argument
1048 def store(name, srcs, indices=[], flags=[]): argument
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities_unittest.cpp19 std::vector<unsigned int> indices; in TEST() local
32 std::vector<unsigned int> indices; in TEST() local
41 std::vector<unsigned int> indices; in TEST() local
55 std::vector<unsigned int> indices; in TEST() local
67 std::vector<unsigned int> indices; in TEST() local
Dangleutils_unittest.cpp19 std::vector<unsigned int> indices; in TEST() local
/third_party/mesa3d/src/mesa/main/
Dglthread_draw.c64 const GLvoid **indices) in upload_indices()
82 const GLsizei *count, const GLvoid *const *indices, in upload_multi_indices()
575 const GLvoid *indices; member
592 const GLvoid *indices = cmd->indices; in _mesa_unmarshal_DrawElementsInstancedARB() local
613 const GLvoid *indices; member
624 const GLvoid *indices = cmd->indices; in _mesa_unmarshal_DrawRangeElementsBaseVertex() local
637 GLenum type, const GLvoid *indices, GLsizei instance_count, in draw_elements_async()
681 const GLvoid *indices; member
699 const GLvoid *indices = cmd->indices; in _mesa_unmarshal_DrawElementsInstancedBaseVertexBaseInstance() local
744 GLenum type, const GLvoid *indices, GLsizei instance_count, in draw_elements_async_user()
[all …]
Ddraw.c215 indices_aligned(unsigned index_size_shift, const GLvoid *indices) in indices_aligned()
269 GLenum type, const GLvoid * const *indices, in _mesa_validate_MultiDrawElements()
1732 const GLvoid * indices, in _mesa_validated_drawrangeelements()
1836 const GLvoid * indices, GLint basevertex) in _mesa_DrawRangeElementsBaseVertex()
1928 GLsizei count, GLenum type, const GLvoid * indices) in _mesa_DrawRangeElements()
1940 const GLvoid * indices) in _mesa_DrawElements()
1965 const GLvoid * indices, GLint basevertex) in _mesa_DrawElementsBaseVertex()
1990 const GLvoid * indices, GLsizei numInstances) in _mesa_DrawElementsInstancedARB()
2016 GLenum type, const GLvoid * indices, in _mesa_DrawElementsInstancedBaseVertex()
2046 const GLvoid *indices, in _mesa_DrawElementsInstancedBaseInstance()
[all …]
/third_party/skia/third_party/externals/angle2/util/
Dgeometry_utils.h28 std::vector<GLushort> indices; member
43 std::vector<GLushort> indices; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_prim_assembler.c111 unsigned *indices, unsigned num_indices) in copy_verts()
157 unsigned indices[1]; in prim_point() local
172 unsigned indices[2]; in prim_line() local
189 unsigned indices[3]; in prim_tri() local
209 unsigned indices[4]; in prim_quad() local
Ddraw_gs.c126 unsigned *indices, in tgsi_fetch_gs_input()
230 unsigned *indices, in llvm_fetch_gs_input()
449 unsigned indices[1]; in gs_point() local
465 unsigned indices[2]; in gs_line() local
482 unsigned indices[4]; in gs_line_adj() local
501 unsigned indices[3]; in gs_tri() local
520 unsigned indices[6]; in gs_tri_adj() local
Ddraw_pt_so_emit.c116 unsigned *indices, in so_emit_prim()
231 unsigned indices[1]; in so_point() local
240 unsigned indices[2]; in so_line() local
250 unsigned indices[3]; in so_tri() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.cpp162 const void *indices) in drawElements()
171 const void *indices, in drawElementsBaseVertex()
181 const void *indices, in drawElementsInstanced()
191 const void *indices, in drawElementsInstancedBaseVertex()
202 const void *indices, in drawElementsInstancedBaseVertexBaseInstance()
216 const void *indices) in drawRangeElements()
227 const void *indices, in drawRangeElementsBaseVertex()
280 const GLvoid *const *indices, in multiDrawElements()
290 const GLvoid *const *indices, in multiDrawElementsInstanced()
323 const GLvoid *const *indices, in multiDrawElementsInstancedBaseVertexBaseInstance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp195 const void *indices) in drawElements()
204 const void *indices, in drawElementsBaseVertex()
215 const void *indices, in drawElementsInstanced()
225 const void *indices, in drawElementsInstancedBaseVertex()
237 const void *indices, in drawElementsInstancedBaseVertexBaseInstance()
252 const void *indices) in drawRangeElements()
263 const void *indices, in drawRangeElementsBaseVertex()
321 const GLvoid *const *indices, in multiDrawElements()
331 const GLvoid *const *indices, in multiDrawElementsInstanced()
367 const GLvoid *const *indices, in multiDrawElementsInstancedBaseVertexBaseInstance()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextUtil.cpp62 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
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp304 const void *indices, in drawElementsImpl()
341 const void *indices) in drawElements()
350 const void *indices, in drawElementsBaseVertex()
360 const void *indices, in drawElementsInstanced()
370 const void *indices, in drawElementsInstancedBaseVertex()
382 const void *indices, in drawElementsInstancedBaseVertexBaseInstance()
397 const void *indices) in drawRangeElements()
408 const void *indices, in drawRangeElementsBaseVertex()
449 const void *indices = in drawElementsIndirect() local
590 const GLvoid *const *indices, in multiDrawElements()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.c51 LLVMValueRef indices[2]; in lp_build_struct_get_ptr() local
86 LLVMValueRef indices[2]; in lp_build_struct_get_ptr2() local
120 LLVMValueRef indices[2]; in lp_build_array_get_ptr() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.cpp263 const void *indices, in setDrawElementsState()
485 const void *indices) in drawElements()
518 const void *indices, in drawElementsBaseVertex()
552 const void *indices, in drawElementsInstanced()
575 const void *indices, in drawElementsInstancedBaseVertex()
601 const void *indices, in drawElementsInstancedBaseVertexBaseInstance()
651 const void *indices) in drawRangeElements()
682 const void *indices, in drawRangeElementsBaseVertex()
768 const GLvoid *const *indices, in multiDrawElements()
780 const GLvoid *const *indices, in multiDrawElementsInstanced()
[all …]
/third_party/node/deps/base64/base64/lib/arch/avx2/
Denc_translate.c19 __m256i indices = _mm256_subs_epu8(in, _mm256_set1_epi8(51)); in enc_translate() local
/third_party/node/deps/base64/base64/lib/arch/ssse3/
Denc_translate.c22 __m128i indices = _mm_subs_epu8(in, _mm_set1_epi8(51)); in enc_translate() local
/third_party/node/deps/base64/base64/lib/arch/neon32/
Denc_translate.c14 uint8x16x4_t indices, mask, delta, out; in enc_translate() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_draw.h74 void *indices, in util_draw_elements()
124 void *indices, in util_draw_elements_instanced()
/third_party/node/test/parallel/
Dtest-buffer-indexof.js312 const indices = [0x5, 0x60, 0x400, 0x680, 0x7ee, 0xFF02, 0x16610, 0x2f77b]; variable
342 const indices = [0x5, 0x65, 0x105, 0x205, 0x285, 0x2005, 0x2085, 0xfff0]; variable

12345678910>>...19