Home
last modified time | relevance | path

Searched defs:arrays (Results 1 – 25 of 73) sorted by relevance

123

/third_party/mesa3d/src/glx/
Dindirect_vertex_array.c117 struct array_state_vector *arrays = state->array_state; in __glXFreeVertexArrayState() local
145 struct array_state_vector *arrays; in __glXInitVertexArrayState() local
316 calculate_single_vertex_size_none(const struct array_state_vector *arrays) in calculate_single_vertex_size_none()
337 const struct array_state_vector * arrays, unsigned index) in emit_element_none()
404 const struct array_state_vector * arrays, unsigned index) in emit_element_old()
425 get_array_entry(const struct array_state_vector *arrays, in get_array_entry()
442 allocate_array_info_cache(struct array_state_vector *arrays, in allocate_array_info_cache()
467 fill_array_info_cache(struct array_state_vector *arrays) in fill_array_info_cache()
532 struct array_state_vector *arrays = state->array_state; in emit_DrawArrays_none() local
592 struct array_state_vector *arrays, in emit_DrawArrays_header_old()
[all …]
Dindirect_vertex_array_priv.h190 struct array_state *arrays; member
/third_party/protobuf/js/experimental/runtime/kernel/
Duint8arrays.js12 function concatenateByteArrays(arrays) { argument
/third_party/mesa3d/src/mesa/main/
Darrayobj.c1061 gen_vertex_arrays(struct gl_context *ctx, GLsizei n, GLuint *arrays, in gen_vertex_arrays()
1090 gen_vertex_arrays_err(struct gl_context *ctx, GLsizei n, GLuint *arrays, in gen_vertex_arrays_err()
1107 _mesa_GenVertexArrays_no_error(GLsizei n, GLuint *arrays) in _mesa_GenVertexArrays_no_error()
1115 _mesa_GenVertexArrays(GLsizei n, GLuint *arrays) in _mesa_GenVertexArrays()
1127 _mesa_CreateVertexArrays_no_error(GLsizei n, GLuint *arrays) in _mesa_CreateVertexArrays_no_error()
1135 _mesa_CreateVertexArrays(GLsizei n, GLuint *arrays) in _mesa_CreateVertexArrays()
Dglthread_varray.c144 GLsizei n, GLuint *arrays) in _mesa_glthread_GenVertexArrays()
/third_party/node/test/parallel/
Dtest-buffer-backing-arraybuffer.js16 const arrays = [ variable
/third_party/flutter/skia/modules/particles/src/
DSkParticleDrawable.cpp84 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local
126 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local
/third_party/skia/modules/particles/src/
DSkParticleDrawable.cpp84 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local
130 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local
/third_party/flutter/skia/tests/
DTArrayTest.cpp104 SkTArray<int>* arrays[] = { &arr, &arr5, &arr10, &arr20 }; in test_swap() local
/third_party/skia/tests/
DTArrayTest.cpp210 SkTArray<int>* arrays[] = { &arr, &arr5, &arr10, &arr20 }; in test_swap() local
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp703 …ram::ContextShaderProgram (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) in ContextShaderProgram()
813 …rProgram::genVertexSource (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) in genVertexSource()
1060 …:createProgramDeclaration (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) in createProgramDeclaration()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c955 struct tgsi_array_info *arrays) in tgsi_scan_arrays()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h396 gpr_array_vec& arrays() { return gpr_arrays; } in arrays() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1613 Map<String, String[]> arrays = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink
1909 Map<String, String[]> arrays = calendarSink.arrays; in initializeData() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateFormatSymbols.java1571 Map<String, String[]> arrays = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink
1867 Map<String, String[]> arrays = calendarSink.arrays; in initializeData() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuefactory.cpp72 array_list arrays; in allocate_registers() local
935 std::set<LocalArray*> arrays; in get_shader_info() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp1466 void GL_APIENTRY DeleteVertexArrays(GLsizei n, const GLuint *arrays) in DeleteVertexArrays()
1489 void GL_APIENTRY DeleteVertexArraysOES(GLsizei n, const GLuint *arrays) in DeleteVertexArraysOES()
1494 void GL_APIENTRY GenVertexArrays(GLsizei n, GLuint *arrays) in GenVertexArrays()
1514 void GL_APIENTRY GenVertexArraysOES(GLsizei n, GLuint *arrays) in GenVertexArraysOES()
Dentry_points.cpp1145 GL_APICALL void GL_APIENTRY glDeleteVertexArrays(GLsizei n, const GLuint *arrays) in glDeleteVertexArrays()
1150 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES(GLsizei n, const GLuint *arrays) in glDeleteVertexArraysOES()
1155 GL_APICALL void GL_APIENTRY glGenVertexArrays(GLsizei n, GLuint *arrays) in glGenVertexArrays()
1160 GL_APICALL void GL_APIENTRY glGenVertexArraysOES(GLsizei n, GLuint *arrays) in glGenVertexArraysOES()
/third_party/node/deps/npm/node_modules/lodash.union/
Dindex.js905 var union = baseRest(function(arrays) { argument
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContext.cpp589 GLW_APICALL void GLW_APIENTRY glGenVertexArrays (GLsizei n, GLuint* arrays) in glGenVertexArrays()
/third_party/node/deps/npm/node_modules/yargs-parser/
Dindex.js43 arrays: {}, property
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h118 struct r600_shader_array * arrays; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeVertexArrayApiTests.cpp395 GLuint arrays = 0; in gen_vertex_arrays() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dcapture_gles_3_0_params.cpp109 const GLuint *arrays, in CaptureDeleteVertexArrays_arrays()
179 GLuint *arrays, in CaptureGenVertexArrays_arrays()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_3_0_params.cpp121 const VertexArrayID *arrays, in CaptureDeleteVertexArrays_arraysPacked()
193 VertexArrayID *arrays, in CaptureGenVertexArrays_arraysPacked()

123