| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_so_emit.c | 231 unsigned indices[1]; in so_point() local 240 unsigned indices[2]; in so_line() local 115 so_emit_prim(struct pt_so_emit *so, unsigned *indices, unsigned num_vertices) so_emit_prim() argument 250 unsigned indices[3]; so_tri() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_swtnl_backend.c | 315 svga_vbuf_render_draw_elements(struct vbuf_render *render, const ushort *indices, uint nr_indices) svga_vbuf_render_draw_elements() argument
|
| /third_party/rust/crates/clap/tests/builder/ |
| H A D | main.rs | 32 mod indices; modules
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | IndexDataManager.cpp | 135 prepareIndexData(const gl::Context *context, gl::DrawElementsType srcType, gl::DrawElementsType dstType, GLsizei count, gl::Buffer *glBuffer, const void *indices, TranslatedIndexData *translated) prepareIndexData() argument 283 GetIndexTranslationDestType(const gl::Context *context, GLsizei indexCount, gl::DrawElementsType indexType, const void *indices, bool usePrimitiveRestartWorkaround, gl::DrawElementsType *destTypeOut) GetIndexTranslationDestType() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | VertexArray11.cpp | 124 syncStateForDraw(const gl::Context *context, GLint firstVertex, GLsizei vertexOrIndexCount, gl::DrawElementsType indexTypeOrInvalid, const void *indices, GLsizei instances, GLint baseVertex, GLuint baseInstance, bool promoteDynamic) syncStateForDraw() argument 194 updateElementArrayStorage(const gl::Context *context, GLsizei indexCount, gl::DrawElementsType indexType, const void *indices, bool restartEnabled) updateElementArrayStorage() argument 291 updateDynamicAttribs(const gl::Context *context, VertexDataManager *vertexDataManager, GLint firstVertex, GLsizei vertexOrIndexCount, gl::DrawElementsType indexTypeOrInvalid, const void *indices, GLsizei instances, GLint baseVertex, GLuint baseInstance, bool promoteDynamic, const gl::AttributesMask &activeDynamicAttribs) updateDynamicAttribs() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
| H A D | es3cNumberParsingTests.cpp | 322 static const std::vector<deUint32> indices = { 0, 1, 2, 3 }; member
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
| H A D | esextcGeometryShaderPrimitiveCounter.cpp | 994 glw::GLuint* indices = DE_NULL; in setUpVertexAttributeArrays() local [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| H A D | parser.cc | 276 std::vector<Value> indices; in ProcessIndicesBlock() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | RobustBufferAccessBehaviorTest.cpp | 267 std::array<GLuint, kIndexCount> indices = {{}}; in TEST_P() local 318 std::array<GLubyte, 1u> indices = {0}; in TEST_P() local
|
| H A D | LineLoopTest.cpp | 148 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[] in TEST_P() local 213 static const GLuint indices[] = {0, 7, 6, 9, 8, 0}; TEST_P() local 231 static const GLubyte indices[] = {0, 7, 6, 9, 8, 0}; TEST_P() local 258 static const GLushort indices[] = {0, 7, 6, 9, 8, 0}; TEST_P() local 290 static const GLuint indices[] = {0, 7, 6, 9, 8, 0}; TEST_P() local 487 runTest(GLenum indexType, const void *indices, GLuint indicesSize, GLuint firstIndex, bool useBuffersAsUboFirst) runTest() argument 599 static const GLubyte indices[] = {0, 7, 6, 9, 8, 0}; TEST_P() local 614 static const GLushort indices[] = {0, 7, 6, 9, 8, 0}; TEST_P() local 633 static const GLubyte indices[] = {0, 7, 6, 9, 8, 0}; TEST_P() local 652 static const GLushort indices[] = {0, 7, 6, 9, 8, 0}; TEST_P() local [all...] |
| H A D | DrawBaseVertexVariantsTest.cpp | 109 std::array<GLushort, 6> indices = {0, 1, 2, 0, 2, 3}; in DrawBaseVertexVariantsTest() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | VulkanBarriersPerf.cpp | 252 GLushort indices[] = {0, 1, 2, 0, 2, 3}; in createResources() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES.h | 1066 ValidateDrawElementsCommon(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLsizei primcount) ValidateDrawElementsCommon() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkVertices.cpp | 187 uint16_t* SkVertices::Builder::indices() { in indices() function in SkVertices::Builder 199 MakeCopy(VertexMode mode, int vertexCount, const SkPoint pos[], const SkPoint texs[], const SkColor colors[], int indexCount, const uint16_t indices[]) MakeCopy() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | IndexDataManager.cpp | 196 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex, std::vector<GLsizei>* restartIndices) in computeRange() argument 213 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex, std::vector<GLsizei>* restartIndices) in computeRange() argument 273 prepareIndexData(GLenum mode, GLenum type, GLuint start, GLuint end, GLsizei count, Buffer *buffer, const void *indices, TranslatedIndexData *translated, bool primitiveRestart) prepareIndexData() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | VertexPipeline.cpp | 60 UInt indices; in transformBlend() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
| H A D | astc_symbolic_physical.cpp | 142 uint8_t indices[64]; in physical_to_symbolic() local
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| H A D | imgui_impl_allegro5.cpp | 141 const int* indices = NULL; in ImGui_ImplAllegro5_RenderDrawData() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | ShaderModuleGL.cpp | 350 const PipelineLayout::BindingIndexInfo& indices = layout->GetBindingIndexInfo(); in TranslateToGLSL() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | GpuMemorySynchronizationTests.cpp | 593 int indices[2][4]; in TEST_P() member [all...] |
| H A D | FirstIndexOffsetTests.cpp | 165 wgpu::Buffer indices = in TestImpl() local
|
| /third_party/toybox/toys/pending/ |
| H A D | brctl.c | 43 static void get_ports(char *bridge, int *indices) in get_ports() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | module.c | 341 uint32_t *indices; in pa_module_unload_all() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | string_view_benchmark.cc | 314 std::vector<int> indices; in StringViewMapBenchmark() local [all...] |
| /third_party/skia/modules/skshaper/src/ |
| H A D | SkShaper_coretext.cpp | 291 SkAutoSTArray<4096, CFIndex> indices; local
|