Home
last modified time | relevance | path

Searched defs:arrays (Results 1 - 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h190 struct array_state *arrays; member
H A Dindirect_vertex_array.c117 struct array_state_vector *arrays = state->array_state; in __glXFreeVertexArrayState() local
145 struct array_state_vector *arrays; __glXInitVertexArrayState() local
316 calculate_single_vertex_size_none(const struct array_state_vector *arrays) calculate_single_vertex_size_none() argument
336 emit_element_none(GLubyte * dst, const struct array_state_vector * arrays, unsigned index) emit_element_none() argument
403 emit_element_old(GLubyte * dst, const struct array_state_vector * arrays, unsigned index) emit_element_old() argument
425 get_array_entry(const struct array_state_vector *arrays, GLenum key, unsigned index) get_array_entry() argument
442 allocate_array_info_cache(struct array_state_vector *arrays, size_t required_size) allocate_array_info_cache() argument
467 fill_array_info_cache(struct array_state_vector *arrays) fill_array_info_cache() argument
532 struct array_state_vector *arrays = state->array_state; emit_DrawArrays_none() local
591 emit_DrawArrays_header_old(struct glx_context * gc, struct array_state_vector *arrays, size_t * elements_per_request, unsigned int *total_requests, GLenum mode, GLsizei count) emit_DrawArrays_header_old() argument
703 struct array_state_vector *arrays = state->array_state; emit_DrawArrays_old() local
763 struct array_state_vector *arrays = state->array_state; emit_DrawElements_none() local
830 struct array_state_vector *arrays = state->array_state; emit_DrawElements_old() local
987 struct array_state_vector *arrays = state->array_state; __indirect_glDrawArrays() local
1006 struct array_state_vector *arrays = state->array_state; __indirect_glArrayElement() local
1032 struct array_state_vector *arrays = state->array_state; __indirect_glDrawElements() local
1054 struct array_state_vector *arrays = state->array_state; __indirect_glDrawRangeElements() local
1080 struct array_state_vector *arrays = state->array_state; __indirect_glMultiDrawArrays() local
1106 struct array_state_vector *arrays = state->array_state; __indirect_glMultiDrawElementsEXT() local
1164 struct array_state_vector *arrays = state->array_state; __indirect_glVertexPointer() local
1209 struct array_state_vector *arrays = state->array_state; __indirect_glNormalPointer() local
1280 struct array_state_vector *arrays = state->array_state; __indirect_glColorPointer() local
1335 struct array_state_vector *arrays = state->array_state; __indirect_glIndexPointer() local
1380 struct array_state_vector *arrays = state->array_state; __indirect_glEdgeFlagPointer() local
1442 struct array_state_vector *arrays = state->array_state; __indirect_glTexCoordPointer() local
1515 struct array_state_vector *arrays = state->array_state; __indirect_glSecondaryColorPointer() local
1575 struct array_state_vector *arrays = state->array_state; __indirect_glFogCoordPointer() local
1631 struct array_state_vector *arrays = state->array_state; __indirect_glVertexAttribPointer() local
1772 struct array_state_vector *const arrays = state->array_state; __indirect_glClientActiveTexture() local
1792 struct array_state_vector *arrays = state->array_state; __glXSetArrayEnable() local
1817 struct array_state_vector *arrays = state->array_state; __glXArrayDisableAll() local
1835 const struct array_state_vector *arrays = state->array_state; __glXGetArrayEnable() local
1854 const struct array_state_vector *arrays = state->array_state; __glXGetArrayType() local
1873 const struct array_state_vector *arrays = state->array_state; __glXGetArraySize() local
1892 const struct array_state_vector *arrays = state->array_state; __glXGetArrayStride() local
1911 const struct array_state_vector *arrays = state->array_state; __glXGetArrayPointer() local
1931 const struct array_state_vector *arrays = state->array_state; __glXGetArrayNormalized() local
1957 struct array_state_vector *arrays = state->array_state; __glXPushArrayState() local
1983 struct array_state_vector *arrays = state->array_state; __glXPopArrayState() local
[all...]
/third_party/skia/tests/
H A DTArrayTest.cpp210 SkTArray<int>* arrays[] = { &arr, &arr5, &arr10, &arr20 }; in test_swap() local
169 test_swap(skiatest::Reporter* reporter, SkTArray<T>* (&arrays)[4], int (&sizes)[7]) test_swap() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c952 tgsi_scan_arrays(const struct tgsi_token *tokens, unsigned file, unsigned max_array_id, struct tgsi_array_info *arrays) tgsi_scan_arrays() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Darrayobj.c1061 gen_vertex_arrays(struct gl_context *ctx, GLsizei n, GLuint *arrays, bool create, const char *func) gen_vertex_arrays() argument
1090 gen_vertex_arrays_err(struct gl_context *ctx, GLsizei n, GLuint *arrays, bool create, const char *func) gen_vertex_arrays_err() argument
1107 _mesa_GenVertexArrays_no_error(GLsizei n, GLuint *arrays) _mesa_GenVertexArrays_no_error() argument
1115 _mesa_GenVertexArrays(GLsizei n, GLuint *arrays) _mesa_GenVertexArrays() argument
1127 _mesa_CreateVertexArrays_no_error(GLsizei n, GLuint *arrays) _mesa_CreateVertexArrays_no_error() argument
1135 _mesa_CreateVertexArrays(GLsizei n, GLuint *arrays) _mesa_CreateVertexArrays() argument
[all...]
H A Dglthread_varray.c143 _mesa_glthread_GenVertexArrays(struct gl_context *ctx, GLsizei n, GLuint *arrays) _mesa_glthread_GenVertexArrays() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp395 GLuint arrays = 0; in gen_vertex_arrays() local
/third_party/alsa-utils/topology/
H A Dpre-processor.c880 snd_config_t *arrays; in pre_process_array() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h118 struct r600_shader_array * arrays; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h396 gpr_array_vec& arrays() { return gpr_arrays; } in arrays() function in r600_sb::shader
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_params.cpp118 CaptureDeleteVertexArrays_arraysPacked(const State &glState, bool isCallValid, GLsizei n, const VertexArrayID *arrays, ParamCapture *paramCapture) CaptureDeleteVertexArrays_arraysPacked() argument
190 CaptureGenVertexArrays_arraysPacked(const State &glState, bool isCallValid, GLsizei n, VertexArrayID *arrays, ParamCapture *paramCapture) CaptureGenVertexArrays_arraysPacked() argument
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp589 GLW_APICALL void GLW_APIENTRY glGenVertexArrays (GLsizei n, GLuint* arrays) in glGenVertexArrays() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java1629 Map<String, String[]> arrays = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormatSymbols.java1571 Map<String, String[]> arrays = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink
[all...]
/third_party/mesa3d/src/compiler/
H A Dnir_types.cpp1084 glsl_type_wrap_in_arrays(const struct glsl_type *type, const struct glsl_type *arrays) glsl_type_wrap_in_arrays() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp642 void GL_APIENTRY GL_DeleteVertexArrays(GLsizei n, const GLuint *arrays) in GL_DeleteVertexArrays() argument
1008 void GL_APIENTRY GL_GenVertexArrays(GLsizei n, GLuint *arrays) in GL_GenVertexArrays() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp1466 void GL_APIENTRY DeleteVertexArrays(GLsizei n, const GLuint *arrays) in DeleteVertexArrays() argument
1489 void GL_APIENTRY DeleteVertexArraysOES(GLsizei n, const GLuint *arrays) in DeleteVertexArraysOES() argument
1494 void GL_APIENTRY GenVertexArrays(GLsizei n, GLuint *arrays) in GenVertexArrays() argument
1514 GenVertexArraysOES(GLsizei n, GLuint *arrays) GenVertexArraysOES() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp703 ContextShaderProgram::ContextShaderProgram (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) in ContextShaderProgram() argument
813 genVertexSource(const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) genVertexSource() argument
1060 createProgramDeclaration(const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) createProgramDeclaration() argument
[all...]
H A DglsVertexArrayTests.hpp478 std::vector<ArraySpec> arrays; member in deqp::gls::MultiVertexArrayTest::Spec
/third_party/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp1502 Hashtable arrays; member
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddtfmtsym.cpp1510 Hashtable arrays; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp516 void GL_APIENTRY GL_DeleteVertexArrays(GLsizei n, const GLuint *arrays) in GL_DeleteVertexArrays() argument
889 void GL_APIENTRY GL_GenVertexArrays(GLsizei n, GLuint *arrays) in GL_GenVertexArrays() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtfmtsym.cpp1498 Hashtable arrays; member
[all...]
/third_party/python/Objects/
H A Dmemoryobject.c2585 Py_ssize_t arrays[3]; in memory_ass_sub() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp2896 ValidateGenVertexArrays(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const VertexArrayID *arrays) ValidateGenVertexArrays() argument
2904 ValidateDeleteVertexArrays(const Context *context, angle::EntryPoint entryPoint, GLsizei n, const VertexArrayID *arrays) ValidateDeleteVertexArrays() argument

Completed in 55 milliseconds

12