/third_party/libbpf/src/ |
H A D | libbpf.c | 349 enum reloc_type type; member 453 enum bpf_prog_type type; member 474 const struct btf_type *type; member 510 unsigned int type; member 566 enum extern_type type; member 576 enum kcfg_type type; member 971 find_struct_ops_kern_types(const struct btf *btf, const char *tname, const struct btf_type **type, __u32 *type_id, const struct btf_type **vtype, __u32 *vtype_id, const struct btf_member **data_member) find_struct_ops_kern_types() argument 1040 const struct btf_type *type, *kern_type, *kern_vtype; bpf_map__init_kern_struct_ops() local 1189 const struct btf_type *type, *datasec; init_struct_ops_maps() local 1518 bpf_map_type__is_map_in_map(enum bpf_map_type type) global() argument 1721 bpf_object__init_internal_map(struct bpf_object *obj, enum libbpf_map_type type, const char *real_name, int sec_idx, void *data, size_t data_sz) global() argument 3953 int type = ELF64_ST_TYPE(sym->st_info); global() local 4441 enum libbpf_map_type type; global() local 7048 const char *name, *mname, *type; global() local 9110 bpf_program__set_type(struct bpf_program *prog, enum bpf_prog_type type) global() argument 9954 bpf_map__set_type(struct bpf_map *map, enum bpf_map_type type) global() argument 10713 int type, pfd; global() local 10865 int type, pfd, err; global() local 11528 int type, pfd, err; global() local [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 2815 function type(_value) { } function [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 1422 unpack_image(struct gl_context *ctx, GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *unpack) unpack_image() argument 1828 save_DrawElementsInstancedARB(UNUSED GLenum mode, UNUSED GLsizei count, UNUSED GLenum type, UNUSED const GLvoid *indices, UNUSED GLsizei primcount) save_DrawElementsInstancedARB() argument 1840 save_DrawElementsInstancedBaseVertex(UNUSED GLenum mode, UNUSED GLsizei count, UNUSED GLenum type, UNUSED const GLvoid *indices, UNUSED GLsizei primcount, UNUSED GLint basevertex) save_DrawElementsInstancedBaseVertex() argument 1866 save_DrawElementsInstancedBaseInstance(UNUSED GLenum mode, UNUSED GLsizei count, UNUSED GLenum type, UNUSED const void *indices, UNUSED GLsizei primcount, UNUSED GLuint baseinstance) save_DrawElementsInstancedBaseInstance() argument 1879 save_DrawElementsInstancedBaseVertexBaseInstance(UNUSED GLenum mode, UNUSED GLsizei count, UNUSED GLenum type, UNUSED const void *indices, UNUSED GLsizei primcount, UNUSED GLint basevertex, UNUSED GLuint baseinstance) save_DrawElementsInstancedBaseVertexBaseInstance() argument 1902 save_DrawElementsIndirect(UNUSED GLenum mode, UNUSED GLenum type, UNUSED const void *indirect) save_DrawElementsIndirect() argument 1923 save_MultiDrawElementsIndirect(UNUSED GLenum mode, UNUSED GLenum type, UNUSED const void *indirect, UNUSED GLsizei primcount, UNUSED GLsizei stride) save_MultiDrawElementsIndirect() argument 1983 save_CallLists(GLsizei num, GLenum type, const GLvoid * lists) save_CallLists() argument 2327 save_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) save_CopyPixels() argument 2591 save_DrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels) save_DrawPixels() argument 4397 save_TexImage1D(GLenum target, GLint level, GLint components, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TexImage1D() argument 4433 save_TexImage2D(GLenum target, GLint level, GLint components, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TexImage2D() argument 4470 save_TexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TexImage3D() argument 4511 save_TexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels) save_TexSubImage1D() argument 4540 save_TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels) save_TexSubImage2D() argument 4572 save_TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels) save_TexSubImage3D() argument 6115 save_Attr32bit(struct gl_context *ctx, unsigned attr, unsigned size, GLenum type, uint32_t x, uint32_t y, uint32_t z, uint32_t w) save_Attr32bit() argument 6186 save_Attr64bit(struct gl_context *ctx, unsigned attr, unsigned size, GLenum type, uint64_t x, uint64_t y, uint64_t z, uint64_t w) save_Attr64bit() argument 9626 save_TextureImage1DEXT(GLuint texture, GLenum target, GLint level, GLint components, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TextureImage1DEXT() argument 9663 save_TextureImage2DEXT(GLuint texture, GLenum target, GLint level, GLint components, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TextureImage2DEXT() argument 9701 save_TextureImage3DEXT(GLuint texture, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_TextureImage3DEXT() argument 9743 save_TextureSubImage1DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels) save_TextureSubImage1DEXT() argument 9773 save_TextureSubImage2DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels) save_TextureSubImage2DEXT() argument 9806 save_TextureSubImage3DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels) save_TextureSubImage3DEXT() argument 10099 save_MultiTexImage1DEXT(GLenum texunit, GLenum target, GLint level, GLint components, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_MultiTexImage1DEXT() argument 10136 save_MultiTexImage2DEXT(GLenum texunit, GLenum target, GLint level, GLint components, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_MultiTexImage2DEXT() argument 10174 save_MultiTexImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels) save_MultiTexImage3DEXT() argument 10216 save_MultiTexSubImage1DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels) save_MultiTexSubImage1DEXT() argument 10246 save_MultiTexSubImage2DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels) save_MultiTexSubImage2DEXT() argument 10279 save_MultiTexSubImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels) save_MultiTexSubImage3DEXT() argument 13783 render_bitmap_atlas(struct gl_context *ctx, GLsizei n, GLenum type, const void *lists) render_bitmap_atlas() argument 13839 _mesa_CallLists(GLsizei n, GLenum type, const GLvoid * lists) _mesa_CallLists() argument [all...] |
H A D | mtypes.h | 2368 unsigned type; /**< PIPE_QUERY_x */ member 3078 enum pipe_fd_type type; member [all...] |
/third_party/mksh/ |
H A D | sh.h | 869 uint8_t type; /* environment type - see below */ member 1320 Temp_type type; global() member 1781 int type; global() member 1949 short type; /* operation type, see below */ global() member 2205 int type; global() member [all...] |
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 6522 strip_typedef(const type_base_sptr type) strip_typedef() argument 6805 peel_typedef_type(const type_base_sptr& type) peel_typedef_type() argument 6832 peel_typedef_type(const type_base* type) peel_typedef_type() argument 6859 peel_pointer_type(const type_base_sptr& type) peel_pointer_type() argument 6888 peel_pointer_type(const type_base* type) peel_pointer_type() argument 6915 peel_reference_type(const type_base_sptr& type) peel_reference_type() argument 6944 peel_reference_type(const type_base* type) peel_reference_type() argument 6964 peel_array_type(const type_base_sptr& type) peel_array_type() argument 6984 peel_array_type(const type_base* type) peel_array_type() argument 7006 peel_qualified_type(const type_base* type) peel_qualified_type() argument 7028 peel_qualified_type(const type_base_sptr& type) peel_qualified_type() argument 7051 peel_qualified_or_typedef_type(const type_base* type) peel_qualified_or_typedef_type() argument 7081 type_base_sptr type = t; peel_qualified_or_typedef_type() local 7102 peel_typedef_pointer_or_reference_type(const type_base_sptr type) peel_typedef_pointer_or_reference_type() argument 7134 peel_typedef_pointer_or_reference_type(const type_base* type) peel_typedef_pointer_or_reference_type() argument 7165 peel_typedef_pointer_or_reference_type(const type_base* type, bool peel_qual_type) peel_typedef_pointer_or_reference_type() argument 7204 peel_pointer_or_reference_type(const type_base *type, bool peel_qual_type) peel_pointer_or_reference_type() argument 7328 clone_typedef_array_qualified_type(type_base_sptr type) clone_typedef_array_qualified_type() argument 8409 build_qualified_name(const scope_decl* scope, const type_base_sptr& type) build_qualified_name() argument 8420 get_location(const type_base_sptr& type) get_location() argument 8555 type_decl *type = is_integral_type(t); get_internal_integral_type_name() local 8800 type_base_sptr type; get_function_type_name() local 8891 type_base_sptr type; get_method_type_name() local 10026 type_decl *type = const_cast<type_decl*>(is_type_decl(t)); is_integral_type() local 10046 const type_decl_sptr type = is_type_decl(t); is_integral_type() local 10360 is_void_pointer_type(const type_base* type) is_void_pointer_type() argument 10669 is_array_type(const type_or_decl_base* type) is_array_type() argument 10678 is_array_type(const type_or_decl_base_sptr& type) is_array_type() argument 10703 is_array_of_qualified_element(const type_base_sptr& type) is_array_of_qualified_element() argument 10747 is_subrange_type(const type_or_decl_base *type) is_subrange_type() argument 10760 is_subrange_type(const type_or_decl_base_sptr &type) is_subrange_type() argument 11466 lookup_type(const type_base_sptr type, const translation_unit& tu) lookup_type() argument 11681 lookup_type_in_scope(const type_base& type, const vector<scope_decl*>& access_path, const scope_decl* scope) lookup_type_in_scope() argument 11746 lookup_type_in_scope(const type_base_sptr type, const scope_decl* scope) lookup_type_in_scope() argument 11784 lookup_type_through_scopes(const type_base_sptr type, const translation_unit& tu) lookup_type_through_scopes() argument 13095 maybe_update_types_lookup_map(const shared_ptr<TypeKind>& type, istring_type_base_wptrs_map_type& types_map, bool use_type_name_as_key = true) maybe_update_types_lookup_map() argument 13141 class_decl_sptr type = class_type; maybe_update_types_lookup_map() local 13198 maybe_update_types_lookup_map(const function_type_sptr& type, istring_type_base_wptrs_map_type& types_map, bool ) maybe_update_types_lookup_map() argument 13707 maybe_update_types_lookup_map(const type_base_sptr& type) maybe_update_types_lookup_map() argument 13733 synthesize_type_from_translation_unit(const type_base_sptr& type, translation_unit& tu) synthesize_type_from_translation_unit() argument 14350 maybe_adjust_canonical_type(const type_base_sptr& canonical, const type_base_sptr& type) maybe_adjust_canonical_type() argument 14901 parse_integral_type(const string& str, integral_type& type) parse_integral_type() argument 15675 qualified_type_def(type_base_sptr type, CV quals, const location& locus) qualified_type_def() argument 18797 var_decl(const string& name, type_base_sptr type, const location& locus, const string& linkage_name, visibility vis, binding bind) var_decl() argument 20166 decl_base_sptr type; get_pretty_representation() local 20240 type_base_sptr type = parm->get_type(); get_pretty_representation_of_declarator() local 20749 parameter(const type_base_sptr type, unsigned index, const string& name, const location& loc, bool is_variadic) parameter() argument 20762 parameter(const type_base_sptr type, unsigned index, const string& name, const location& loc, bool is_variadic, bool is_artificial) parameter() argument 20777 parameter(const type_base_sptr type, const string& name, const location& loc, bool is_variadic, bool is_artificial) parameter() argument 20791 parameter(const type_base_sptr type, unsigned index, bool variad) parameter() argument 21532 class_or_union_sptr type = is_class_or_union_type((*i)->get_type()); find_data_member() local 22943 method_decl(const string& name, method_type_sptr type, bool declared_inline, const location& locus, const string& linkage_name, visibility vis, binding bind) method_decl() argument 22980 method_decl(const string& name, function_type_sptr type, bool declared_inline, const location& locus, const string& linkage_name, visibility vis, binding bind) method_decl() argument 23017 method_decl(const string& name, type_base_sptr type, bool declared_inline, const location& locus, const string& linkage_name, visibility vis, binding bind) method_decl() argument 25026 priv(type_base_sptr type) priv() argument 25044 non_type_tparameter(unsigned index, template_decl_sptr enclosing_tdecl, const string& name, type_base_sptr type, const location& locus) non_type_tparameter() argument 25201 priv(type_base_wptr type) priv() argument 25599 non_canonicalized_subtype_detector(type_base* type) non_canonicalized_subtype_detector() argument 25778 type_base_sptr type = bs->get_base_class(); hash_type_or_decl() local 25858 get_exemplar_type(const type_base* type) get_exemplar_type() argument 26211 lookup_data_member(const type_base* type, const char* dm_name) lookup_data_member() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context.cpp | 844 GLuint Context::createShader(ShaderType type) in createShader() argument 882 GLuint Context::createShaderProgramv(ShaderType type, GLsizei count, const GLchar *const *strings) in createShaderProgramv() argument 1155 void Context::labelObject(GLenum type, GLuint object, GLsizei length, const GLchar *label) in labelObject() argument 1473 getOrCreateQuery(QueryID handle, QueryType type) getOrCreateQuery() argument 2537 drawElementsInstanced(PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLsizei instances) drawElementsInstanced() argument 2556 drawElementsBaseVertex(PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) drawElementsBaseVertex() argument 2575 drawElementsInstancedBaseVertex(PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLsizei instancecount, GLint basevertex) drawElementsInstancedBaseVertex() argument 2595 drawRangeElements(PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices) drawRangeElements() argument 2615 drawRangeElementsBaseVertex(PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) drawRangeElementsBaseVertex() argument 2643 drawElementsIndirect(PrimitiveMode mode, DrawElementsType type, const void *indirect) drawElementsIndirect() argument 4417 readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) readPixels() argument 4441 readPixelsRobust(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels) readPixelsRobust() argument 4456 readnPixelsRobust(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data) readnPixelsRobust() argument 4842 texImage2D(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) texImage2D() argument 4863 texImage2DRobust(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texImage2DRobust() argument 4877 texImage3D(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) texImage3D() argument 4899 texImage3DRobust(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texImage3DRobust() argument 4914 texSubImage2D(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) texSubImage2D() argument 4942 texSubImage2DRobust(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texSubImage2DRobust() argument 4956 texSubImage3D(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) texSubImage3D() argument 4986 texSubImage3DRobust(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texSubImage3DRobust() argument 5767 vertexAttribPointer(GLuint index, GLint size, VertexAttribType type, GLboolean normalized, GLsizei stride, const void *ptr) vertexAttribPointer() argument 5779 vertexAttribFormat(GLuint attribIndex, GLint size, VertexAttribType type, GLboolean normalized, GLuint relativeOffset) vertexAttribFormat() argument 5790 vertexAttribIFormat(GLuint attribIndex, GLint size, VertexAttribType type, GLuint relativeOffset) vertexAttribIFormat() argument 5816 vertexAttribIPointer(GLuint index, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) vertexAttribIPointer() argument 5945 debugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) debugMessageControl() argument 5957 debugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) debugMessageInsert() argument 6195 texImage2DExternal(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type) texImage2DExternal() argument 6476 multiDrawElements(PrimitiveMode mode, const GLsizei *counts, DrawElementsType type, const GLvoid *const *indices, GLsizei drawcount) multiDrawElements() argument 6487 multiDrawElementsInstanced(PrimitiveMode mode, const GLsizei *counts, DrawElementsType type, const GLvoid *const *indices, const GLsizei *instanceCounts, GLsizei drawcount) multiDrawElementsInstanced() argument 6499 multiDrawElementsIndirect(GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) multiDrawElementsIndirect() argument 6545 drawElementsInstancedBaseVertexBaseInstance(PrimitiveMode mode, GLsizei count, DrawElementsType type, const GLvoid *indices, GLsizei instanceCounts, GLint baseVertex, GLuint baseInstance) drawElementsInstancedBaseVertexBaseInstance() argument 6592 multiDrawElementsInstancedBaseVertexBaseInstance(PrimitiveMode mode, const GLsizei *counts, DrawElementsType type, const GLvoid *const *indices, const GLsizei *instanceCounts, const GLint *baseVertices, const GLuint *baseInstances, GLsizei drawcount) multiDrawElementsInstancedBaseVertexBaseInstance() argument 6709 getActiveAttrib(ShaderProgramID program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) getActiveAttrib() argument 6722 getActiveUniform(ShaderProgramID program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) getActiveUniform() argument 7615 getTransformFeedbackVarying(ShaderProgramID program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) getTransformFeedbackVarying() argument 8397 readnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) readnPixels() argument 8781 getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const getQueryParameterInfo() argument 8786 getIndexedQueryParameterInfo(GLenum target, GLenum *type, unsigned int *numParams) const getIndexedQueryParameterInfo() argument 9180 getTexImage(TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels) getTexImage() argument 9200 getRenderbufferImage(GLenum target, GLenum format, GLenum type, void *pixels) getRenderbufferImage() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | libGL_autogen.cpp | 58 void GL_APIENTRY glCallLists(GLsizei n, GLenum type, const void *lists) in glCallLists() argument 268 void GL_APIENTRY glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in glCopyPixels() argument 309 glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) in glDrawPixels() argument 399 void GL_APIENTRY glFeedbackBuffer(GLsizei size, GLenum type, GLfloat *buffer) in glFeedbackBuffer() argument 569 void GL_APIENTRY glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in glGetTexImage() argument 1110 glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) glReadPixels() argument 1426 glTexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage1D() argument 1438 glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage2D() argument 1625 glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glColorPointer() argument 1686 glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) glDrawElements() argument 1711 glIndexPointer(GLenum type, GLsizei stride, const void *pointer) glIndexPointer() argument 1736 glNormalPointer(GLenum type, GLsizei stride, const void *pointer) glNormalPointer() argument 1761 glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glTexCoordPointer() argument 1766 glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) glTexSubImage1D() argument 1777 glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTexSubImage2D() argument 1790 glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexPointer() argument 1809 glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) glDrawRangeElements() argument 1819 glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage3D() argument 1834 glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3D() argument 2149 glFogCoordPointer(GLenum type, GLsizei stride, const void *pointer) glFogCoordPointer() argument 2182 glMultiDrawElements(GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount) glMultiDrawElements() argument 2291 glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glSecondaryColorPointer() argument 2501 glCreateShader(GLenum type) glCreateShader() argument 2536 glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveAttrib() argument 2547 glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveUniform() argument 2969 glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) glVertexAttribPointer() argument 3267 glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) glGetTransformFeedbackVarying() argument 3497 glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribIPointer() argument 3520 glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) glDrawElementsInstanced() argument 3606 glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawElementsBaseVertex() argument 3615 glDrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) glDrawElementsInstancedBaseVertex() argument 3626 glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawRangeElementsBaseVertex() argument 3678 glMultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) glMultiDrawElementsBaseVertex() argument 3740 glColorP3ui(GLenum type, GLuint color) glColorP3ui() argument 3745 glColorP3uiv(GLenum type, const GLuint *color) glColorP3uiv() argument 3750 glColorP4ui(GLenum type, GLuint color) glColorP4ui() argument 3755 glColorP4uiv(GLenum type, const GLuint *color) glColorP4uiv() argument 3810 glMultiTexCoordP1ui(GLenum texture, GLenum type, GLuint coords) glMultiTexCoordP1ui() argument 3815 glMultiTexCoordP1uiv(GLenum texture, GLenum type, const GLuint *coords) glMultiTexCoordP1uiv() argument 3820 glMultiTexCoordP2ui(GLenum texture, GLenum type, GLuint coords) glMultiTexCoordP2ui() argument 3825 glMultiTexCoordP2uiv(GLenum texture, GLenum type, const GLuint *coords) glMultiTexCoordP2uiv() argument 3830 glMultiTexCoordP3ui(GLenum texture, GLenum type, GLuint coords) glMultiTexCoordP3ui() argument 3835 glMultiTexCoordP3uiv(GLenum texture, GLenum type, const GLuint *coords) glMultiTexCoordP3uiv() argument 3840 glMultiTexCoordP4ui(GLenum texture, GLenum type, GLuint coords) glMultiTexCoordP4ui() argument 3845 glMultiTexCoordP4uiv(GLenum texture, GLenum type, const GLuint *coords) glMultiTexCoordP4uiv() argument 3850 glNormalP3ui(GLenum type, GLuint coords) glNormalP3ui() argument 3855 glNormalP3uiv(GLenum type, const GLuint *coords) glNormalP3uiv() argument 3895 glSecondaryColorP3ui(GLenum type, GLuint color) glSecondaryColorP3ui() argument 3900 glSecondaryColorP3uiv(GLenum type, const GLuint *color) glSecondaryColorP3uiv() argument 3905 glTexCoordP1ui(GLenum type, GLuint coords) glTexCoordP1ui() argument 3910 glTexCoordP1uiv(GLenum type, const GLuint *coords) glTexCoordP1uiv() argument 3915 glTexCoordP2ui(GLenum type, GLuint coords) glTexCoordP2ui() argument 3920 glTexCoordP2uiv(GLenum type, const GLuint *coords) glTexCoordP2uiv() argument 3925 glTexCoordP3ui(GLenum type, GLuint coords) glTexCoordP3ui() argument 3930 glTexCoordP3uiv(GLenum type, const GLuint *coords) glTexCoordP3uiv() argument 3935 glTexCoordP4ui(GLenum type, GLuint coords) glTexCoordP4ui() argument 3940 glTexCoordP4uiv(GLenum type, const GLuint *coords) glTexCoordP4uiv() argument 3950 glVertexAttribP1ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) glVertexAttribP1ui() argument 3955 glVertexAttribP1uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) glVertexAttribP1uiv() argument 3963 glVertexAttribP2ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) glVertexAttribP2ui() argument 3968 glVertexAttribP2uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) glVertexAttribP2uiv() argument 3976 glVertexAttribP3ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) glVertexAttribP3ui() argument 3981 glVertexAttribP3uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) glVertexAttribP3uiv() argument 3989 glVertexAttribP4ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) glVertexAttribP4ui() argument 3994 glVertexAttribP4uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) glVertexAttribP4uiv() argument 4002 glVertexP2ui(GLenum type, GLuint value) glVertexP2ui() argument 4007 glVertexP2uiv(GLenum type, const GLuint *value) glVertexP2uiv() argument 4012 glVertexP3ui(GLenum type, GLuint value) glVertexP3ui() argument 4017 glVertexP3uiv(GLenum type, const GLuint *value) glVertexP3uiv() argument 4022 glVertexP4ui(GLenum type, GLuint value) glVertexP4ui() argument 4027 glVertexP4uiv(GLenum type, const GLuint *value) glVertexP4uiv() argument 4074 glDrawElementsIndirect(GLenum mode, GLenum type, const void *indirect) glDrawElementsIndirect() argument 4323 glCreateShaderProgramv(GLenum type, GLsizei count, const GLchar *const *strings) glCreateShaderProgramv() argument 4878 glVertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribLPointer() argument 4919 glDrawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) glDrawElementsInstancedBaseInstance() argument 4930 glDrawElementsInstancedBaseVertexBaseInstance(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) glDrawElementsInstancedBaseVertexBaseInstance() argument 5007 glClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) glClearBufferData() argument 5016 glClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearBufferSubData() argument 5052 glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) glDebugMessageControl() argument 5062 glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) glDebugMessageInsert() argument 5234 glMultiDrawElementsIndirect(GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) glMultiDrawElementsIndirect() argument 5320 glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexAttribFormat() argument 5329 glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribIFormat() argument 5337 glVertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribLFormat() argument 5399 glClearTexImage(GLuint texture, GLint level, GLenum format, GLenum type, const void *data) glClearTexImage() argument 5404 glClearTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) glClearTexSubImage() argument 5448 glClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data) glClearNamedBufferData() argument 5457 glClearNamedBufferSubData(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearNamedBufferSubData() argument 5744 glGetTextureImage(GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetTextureImage() argument 5790 glGetTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetTextureSubImage() argument 5841 glGetnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table) glGetnColorTable() argument 5852 glGetnConvolutionFilter(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *image) glGetnConvolutionFilter() argument 5857 glGetnHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) glGetnHistogram() argument 5882 glGetnMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) glGetnMinmax() argument 5912 glGetnSeparableFilter(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void *row, GLsizei columnBufSize, void *column, void *span) glGetnSeparableFilter() argument 5925 glGetnTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetnTexImage() argument 6077 glReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) glReadnPixels() argument 6188 glTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) glTextureSubImage1D() argument 6199 glTextureSubImage2D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTextureSubImage2D() argument 6213 glTextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTextureSubImage3D() argument 6253 glVertexArrayAttribFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexArrayAttribFormat() argument 6263 glVertexArrayAttribIFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexArrayAttribIFormat() argument 6272 glVertexArrayAttribLFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexArrayAttribLFormat() argument 6320 glMultiDrawElementsIndirectCount(GLenum mode, GLenum type, const void *indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride) glMultiDrawElementsIndirectCount() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | libGLESv2_autogen.cpp | 188 GLuint GL_APIENTRY glCreateShader(GLenum type) in glCreateShader() argument 263 void GL_APIENTRY glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) in glDrawElements() argument 335 glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveAttrib() argument 346 glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveUniform() argument 552 glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) glReadPixels() argument 633 glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage2D() argument 667 glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTexSubImage2D() argument 834 glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) glVertexAttribPointer() argument 1015 glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) glDrawElementsInstanced() argument 1024 glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) glDrawRangeElements() argument 1189 glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) glGetTransformFeedbackVarying() argument 1336 glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage3D() argument 1367 glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3D() argument 1517 glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribIPointer() argument 1557 glCreateShaderProgramv(GLenum type, GLsizei count, const GLchar *const *strings) glCreateShaderProgramv() argument 1582 glDrawElementsIndirect(GLenum mode, GLenum type, const void *indirect) glDrawElementsIndirect() argument 1968 glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexAttribFormat() argument 1977 glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribIFormat() argument 2047 glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) glDebugMessageControl() argument 2057 glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) glDebugMessageInsert() argument 2072 glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawElementsBaseVertex() argument 2081 glDrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) glDrawElementsInstancedBaseVertex() argument 2092 glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawRangeElementsBaseVertex() argument 2232 glReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) glReadnPixels() argument 2341 glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glColorPointer() argument 2566 glNormalPointer(GLenum type, GLsizei stride, const void *pointer) glNormalPointer() argument 2656 glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glTexCoordPointer() argument 2711 glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexPointer() argument 2726 glDrawElementsInstancedBaseVertexBaseInstanceANGLE(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCounts, GLint baseVertex, GLuint baseInstance) glDrawElementsInstancedBaseVertexBaseInstanceANGLE() argument 2750 glMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE(GLenum mode, const GLsizei *counts, GLenum type, const GLvoid *const *indices, const GLsizei *instanceCounts, const GLint *baseVertices, const GLuint *baseInstances, GLsizei drawcount) glMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() argument 2833 glGetTexImageANGLE(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) glGetTexImageANGLE() argument 2843 glGetRenderbufferImageANGLE(GLenum target, GLenum format, GLenum type, void *pixels) glGetRenderbufferImageANGLE() argument 2877 glDrawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount) glDrawElementsInstancedANGLE() argument 2986 glMultiDrawElementsANGLE(GLenum mode, const GLsizei *counts, GLenum type, const GLvoid *const *indices, GLsizei drawcount) glMultiDrawElementsANGLE() argument 2995 glMultiDrawElementsInstancedANGLE(GLenum mode, const GLsizei *counts, GLenum type, const GLvoid *const *indices, const GLsizei *instanceCounts, GLsizei drawcount) glMultiDrawElementsInstancedANGLE() argument 3162 glReadPixelsRobustANGLE(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels) glReadPixelsRobustANGLE() argument 3178 glTexImage2DRobustANGLE(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) glTexImage2DRobustANGLE() argument 3209 glTexSubImage2DRobustANGLE(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) glTexSubImage2DRobustANGLE() argument 3224 glTexImage3DRobustANGLE(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) glTexImage3DRobustANGLE() argument 3240 glTexSubImage3DRobustANGLE(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) glTexSubImage3DRobustANGLE() argument 3529 glReadnPixelsRobustANGLE(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data) glReadnPixelsRobustANGLE() argument 3680 glTexImage2DExternalANGLE(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type) glTexImage2DExternalANGLE() argument 3901 glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label) glGetObjectLabelEXT() argument 3906 glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar *label) glLabelObjectEXT() argument 4045 glDrawElementsBaseVertexEXT(GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawElementsBaseVertexEXT() argument 4054 glDrawElementsInstancedBaseVertexEXT(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) glDrawElementsInstancedBaseVertexEXT() argument 4065 glDrawRangeElementsBaseVertexEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawRangeElementsBaseVertexEXT() argument 4076 glMultiDrawElementsBaseVertexEXT(GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei primcount, const GLint *basevertex) glMultiDrawElementsBaseVertexEXT() argument 4127 glDrawElementsInstancedEXT(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount) glDrawElementsInstancedEXT() argument 4267 glMultiDrawElementsIndirectEXT(GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) glMultiDrawElementsIndirectEXT() argument 4337 glReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) glReadnPixelsEXT() argument 4420 glCreateShaderProgramvEXT(GLenum type, GLsizei count, const GLchar **strings) glCreateShaderProgramvEXT() argument 4866 glDebugMessageControlKHR(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) glDebugMessageControlKHR() argument 4876 glDebugMessageInsertKHR(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) glDebugMessageInsertKHR() argument 5110 glDrawElementsBaseVertexOES(GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawElementsBaseVertexOES() argument 5119 glDrawElementsInstancedBaseVertexOES(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) glDrawElementsInstancedBaseVertexOES() argument 5130 glDrawRangeElementsBaseVertexOES(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawRangeElementsBaseVertexOES() argument 5329 glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glMatrixIndexPointerOES() argument 5337 glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glWeightPointerOES() argument 5345 glPointSizePointerOES(GLenum type, GLsizei stride, const void *pointer) glPointSizePointerOES() argument 5432 glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage3DOES() argument 5447 glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3DOES() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_raii.hpp | 9181 getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling tiling, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageCreateFlags flags ) const getImageFormatProperties() argument 11973 getExternalImageFormatPropertiesNV( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling tiling, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageCreateFlags flags, VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV externalHandleType ) const getExternalImageFormatPropertiesNV() argument [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 10252 SetDragDropPayload(const char* type, const void* data, size_t data_size, ImGuiCond cond) SetDragDropPayload() argument 10355 AcceptDragDropPayload(const char* type, ImGuiDragDropFlags flags) AcceptDragDropPayload() argument 10512 LogBegin(ImGuiLogType type, int auto_open_depth) LogBegin() argument [all...] |
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 6179 VmaSuballocationType type; global() member 6233 VmaAllocationRequestType type; global() member 6716 } type; global() member 8226 COLLECTION_TYPE type; global() member 9354 Alloc( const VmaAllocationRequest& request, VmaSuballocationType type, VkDeviceSize allocSize, VmaAllocation hAllocation) Alloc() argument 11368 Alloc( const VmaAllocationRequest& request, VmaSuballocationType type, VkDeviceSize allocSize, VmaAllocation hAllocation) Alloc() argument 11884 Alloc( const VmaAllocationRequest& request, VmaSuballocationType type, VkDeviceSize allocSize, VmaAllocation hAllocation) Alloc() argument [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 2689 function type(_value) { } function [all...] |
H A D | typescript.js | 2680 function type(_value) { } function [all...] |
H A D | typescriptServices.js | 2680 function type(_value) { } function [all...] |
H A D | typingsInstaller.js | 2670 function type(_value) { } function [all...] |
H A D | tsserver.js | 2690 function type(_value) { } function [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 5273 u16 type; global() member 5562 enum reg_type type; global() member [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 5800 u16 type; global() member 6100 enum reg_type type; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 1086 mlxsw_reg_sfgc_pack(char *payload, enum mlxsw_reg_sfgc_type type, enum mlxsw_reg_sfgc_bridge_type bridge_type, enum mlxsw_flood_table_type table_type, unsigned int flood_table) mlxsw_reg_sfgc_pack() argument 1220 mlxsw_reg_sfdf_pack(char *payload, enum mlxsw_reg_sfdf_flush_type type) mlxsw_reg_sfdf_pack() argument 6346 mlxsw_reg_ritr_pack(char *payload, bool enable, enum mlxsw_reg_ritr_if_type type, u16 rif, u16 vr_id, u16 mtu) mlxsw_reg_ritr_pack() argument 6643 mlxsw_reg_ratr_pack(char *payload, enum mlxsw_reg_ratr_op op, bool valid, enum mlxsw_reg_ratr_type type, u32 adjacency_index, u16 egress_rif) mlxsw_reg_ratr_pack() argument 7635 mlxsw_reg_rauhtd_pack(char *payload, enum mlxsw_reg_rauhtd_type type) mlxsw_reg_rauhtd_pack() argument 7842 mlxsw_reg_rtdp_pack(char *payload, enum mlxsw_reg_rtdp_type type, u32 tunnel_index) mlxsw_reg_rtdp_pack() argument 9763 mlxsw_reg_momte_pack(char *payload, u8 local_port, enum mlxsw_reg_momte_type type) mlxsw_reg_momte_pack() argument 10278 mlxsw_reg_tngcr_pack(char *payload, enum mlxsw_reg_tngcr_type type, bool valid, u8 ttl) mlxsw_reg_tngcr_pack() argument 10370 mlxsw_reg_tnumt_pack(char *payload, enum mlxsw_reg_tnumt_record_type type, enum mlxsw_reg_tnumt_tunnel_port tport, u32 underlay_mc_ptr, bool vnext, u32 next_underlay_mc_ptr, u8 record_size) mlxsw_reg_tnumt_pack() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.h | 3019 u8 type; global() member 3343 u8 type; global() member 3668 u8 type; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | commands.h | 1989 u8 type; /* see enum iwl_measure_type */ member 2073 u8 type; /* see enum iwl_measurement_type */ member 2253 __le32 type; member 3733 u8 type; /* 0 .. 15 */ global() member 3904 u8 type; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 947 enum driver_type type; member 1044 u8 type:2; member 1340 u32 type; global() member 1431 u8 type; global() member 1616 u8 type; global() member 2804 u8 type; global() member 4100 u32 type; global() member 4585 u8 type; global() member 4596 u8 type; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.h | 496 __le16 type; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | advansys.c | 540 uchar type[ASC_MAX_TID + 1][ASC_MAX_LUN + 1]; member 7286 char type = sdev->type; in AscAsyncFix() local [all...] |