Home
last modified time | relevance | path

Searched defs:indices (Results 101 - 125 of 423) sorted by relevance

12345678910>>...17

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_so_emit.c231 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 Dsvga_swtnl_backend.c315 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 Dmain.rs32 mod indices; modules
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexDataManager.cpp135 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 DVertexArray11.cpp124 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 Des3cNumberParsingTests.cpp322 static const std::vector<deUint32> indices = { 0, 1, 2, 3 }; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveCounter.cpp994 glw::GLuint* indices = DE_NULL; in setUpVertexAttributeArrays() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dparser.cc276 std::vector<Value> indices; in ProcessIndicesBlock() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustBufferAccessBehaviorTest.cpp267 std::array<GLuint, kIndexCount> indices = {{}}; in TEST_P() local
318 std::array<GLubyte, 1u> indices = {0}; in TEST_P() local
H A 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[] 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 DDrawBaseVertexVariantsTest.cpp109 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 DVulkanBarriersPerf.cpp252 GLushort indices[] = {0, 1, 2, 0, 2, 3}; in createResources() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.h1066 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 DSkVertices.cpp187 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 DIndexDataManager.cpp196 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 DVertexPipeline.cpp60 UInt indices; in transformBlend() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_symbolic_physical.cpp142 uint8_t indices[64]; in physical_to_symbolic() local
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_allegro5.cpp141 const int* indices = NULL; in ImGui_ImplAllegro5_RenderDrawData() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DShaderModuleGL.cpp350 const PipelineLayout::BindingIndexInfo& indices = layout->GetBindingIndexInfo(); in TranslateToGLSL() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DGpuMemorySynchronizationTests.cpp593 int indices[2][4]; in TEST_P() member
[all...]
H A DFirstIndexOffsetTests.cpp165 wgpu::Buffer indices = in TestImpl() local
/third_party/toybox/toys/pending/
H A Dbrctl.c43 static void get_ports(char *bridge, int *indices) in get_ports() argument
/third_party/pulseaudio/src/pulsecore/
H A Dmodule.c341 uint32_t *indices; in pa_module_unload_all() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_benchmark.cc314 std::vector<int> indices; in StringViewMapBenchmark() local
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp291 SkAutoSTArray<4096, CFIndex> indices; local

Completed in 39 milliseconds

12345678910>>...17