Home
last modified time | relevance | path

Searched defs:type (Results 6926 - 6950 of 6982) sorted by relevance

1...<<271272273274275276277278279280

/third_party/python/Modules/
H A D_testcapimodule.c406 PyTypeObject *type; in test_lazy_hash_inheritance() local
2594 PyObject *type, *value, *tb; test_set_exc_info() local
3706 PyTypeObject *type = &_PyBytesIOBuffer_Type; test_pep3118_obsolete_write_locks() local
5843 type_get_version(PyObject *self, PyObject *type) type_get_version() argument
6776 test_structmembers_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) test_structmembers_new() argument
7006 awaitObject_new(PyTypeObject *type, PyObject *args, PyObject *kwds) awaitObject_new() argument
7138 PyObject *type = (PyObject *)&PyRecursingInfinitelyError_Type; recurse_infinitely_error_init() local
7156 MyList_new(PyTypeObject *type, PyObject *args, PyObject *kwds) MyList_new() argument
7269 generic_class_getitem(PyObject *type, PyObject *item) generic_class_getitem() argument
7307 MethodDescriptor_new(PyTypeObject* type, PyObject* args, PyObject *kw) MethodDescriptor_new() argument
7315 func_descr_get(PyObject *func, PyObject *obj, PyObject *type) func_descr_get() argument
7325 nop_descr_get(PyObject *func, PyObject *obj, PyObject *type) nop_descr_get() argument
7370 MethodDescriptor2_new(PyTypeObject* type, PyObject* args, PyObject *kw) MethodDescriptor2_new() argument
7949 ContainerNoGC_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) ContainerNoGC_new() argument
[all...]
H A Dposixmodule.c2294 statresult_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in statresult_new() argument
6969 os_sched_param_impl(PyTypeObject *type, PyObject *sched_priority) os_sched_param_impl() argument
9643 iov_setup(struct iovec **iov, Py_buffer **buf, PyObject *seq, Py_ssize_t cnt, int type) iov_setup() argument
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c14423 _PyUnicode_FormatLong(PyObject *val, int alt, int prec, int type) in _PyUnicode_FormatLong() argument
14561 char type = (char)arg->ch; mainformatlong() local
15281 unicode_new_impl(PyTypeObject *type, PyObject *x, const char *encoding, const char *errors) unicode_new_impl() argument
15303 unicode_subtype_new(PyTypeObject *type, PyObject *unicode) unicode_subtype_new() argument
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c310 enum XML_Content_Type type; member
6383 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) defineAttribute() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp223 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, Dispatch const & d ) const getImageFormatProperties() argument
1248 getSparseImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageTiling tiling, Dispatch const & d ) const getSparseImageFormatProperties() argument
1290 getSparseImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageTiling tiling, SparseImageFormatPropertiesAllocator & sparseImageFormatPropertiesAllocator, Dispatch const & d ) const getSparseImageFormatProperties() argument
10668 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, Dispatch const & d ) const getExternalImageFormatPropertiesNV() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp284 TestType type; member
336 static const char* getSuffixForGeometryType(const GeometryType& type) in getSuffixForGeometryType() argument
4493 VariableType type; global() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c2089 nl80211_register_frame(struct i802_bss *bss, struct nl_handle *nl_handle, u16 type, const u8 *match, size_t match_len) nl80211_register_frame() argument
2149 u16 type = (WLAN_FC_TYPE_MGMT << 2) | (WLAN_FC_STYPE_ACTION << 4); nl80211_register_action_frame() local
2187 u16 type = (WLAN_FC_TYPE_MGMT << 2) | (WLAN_FC_STYPE_AUTH << 4); nl80211_mgmt_subscribe_non_ap() local
2473 u16 type = (WLAN_FC_TYPE_MGMT << 2) | (WLAN_FC_STYPE_AUTH << 4); nl80211_mgmt_subscribe_ap_dev_sme() local
3428 enum nl80211_auth_type type; wpa_driver_nl80211_authenticate() local
5713 enum nl80211_auth_type type; wpa_driver_nl80211_try_connect() local
7057 wpa_driver_nl80211_if_type( enum wpa_driver_if_type type) wpa_driver_nl80211_if_type() argument
7145 wpa_driver_nl80211_if_add(void *priv, enum wpa_driver_if_type type, const char *ifname, const u8 *addr, void *bss_ctx, void **drv_priv, char *force_ifname, u8 *if_addr, const char *bridge, int use_existing, int setup_ap) wpa_driver_nl80211_if_add() argument
7296 wpa_driver_nl80211_if_remove(struct i802_bss *bss, enum wpa_driver_if_type type, const char *ifname) wpa_driver_nl80211_if_remove() argument
8661 driver_nl80211_if_remove(void *priv, enum wpa_driver_if_type type, const char *ifname) driver_nl80211_if_remove() argument
10851 nl80211_get_ext_capab(void *priv, enum wpa_driver_if_type type, const u8 **ext_capa, const u8 **ext_capa_mask, unsigned int *ext_capa_len) nl80211_get_ext_capab() argument
10892 enum nl80211_auth_type type; nl80211_update_connection_params() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h194 u8 type; member
620 char type[256]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c2471 nl80211_register_frame(struct i802_bss *bss, struct nl_sock *nl_handle, u16 type, const u8 *match, size_t match_len, bool multicast) nl80211_register_frame() argument
2535 u16 type = (WLAN_FC_TYPE_MGMT << 2) | (WLAN_FC_STYPE_ACTION << 4); nl80211_register_action_frame() local
2544 u16 type = (WLAN_FC_TYPE_MGMT << 2) | (WLAN_FC_STYPE_AUTH << 4); nl80211_mgmt_subscribe_non_ap() local
2877 u16 type = (WLAN_FC_TYPE_MGMT << 2) | (WLAN_FC_STYPE_AUTH << 4); nl80211_mgmt_subscribe_ap_dev_sme() local
4009 enum nl80211_auth_type type; wpa_driver_nl80211_authenticate() local
6709 enum nl80211_auth_type type; global() local
8139 wpa_driver_nl80211_if_type( enum wpa_driver_if_type type) global() argument
8227 wpa_driver_nl80211_if_add(void *priv, enum wpa_driver_if_type type, const char *ifname, const u8 *addr, void *bss_ctx, void **drv_priv, char *force_ifname, u8 *if_addr, const char *bridge, int use_existing, int setup_ap) global() argument
8392 wpa_driver_nl80211_if_remove(struct i802_bss *bss, enum wpa_driver_if_type type, const char *ifname) global() argument
9971 driver_nl80211_if_remove(void *priv, enum wpa_driver_if_type type, const char *ifname) global() argument
12421 nl80211_get_ext_capab(void *priv, enum wpa_driver_if_type type, const u8 **ext_capa, const u8 **ext_capa_mask, unsigned int *ext_capa_len) global() argument
12462 enum nl80211_auth_type type; global() local
12609 u16 type = (WLAN_FC_TYPE_MGMT << 2) | (WLAN_FC_STYPE_ACTION << 4); global() local
12626 testing_nl80211_register_frame(void *priv, u16 type, const u8 *match, size_t match_len, bool multicast) global() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant_i.h368 const char *type; member
403 char type[100]; member
427 } type; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp310 glClearTexImageNULL(GLuint texture, GLint level, GLenum format, GLenum type, const void *data) in glClearTexImageNULL() argument
566 GLuint INTERNAL_GL_APIENTRY glCreateShaderNULL(GLenum type) in glCreateShaderNULL() argument
571 GLuint INTERNAL_GL_APIENTRY glCreateShaderProgramvNULL(GLenum type, in glCreateShaderProgramvNULL() argument
228 glClearBufferDataNULL(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) glClearBufferDataNULL() argument
235 glClearBufferSubDataNULL(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearBufferSubDataNULL() argument
266 glClearNamedBufferDataNULL(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data) glClearNamedBufferDataNULL() argument
273 glClearNamedBufferSubDataNULL(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearNamedBufferSubDataNULL() argument
313 glClearTexSubImageNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) glClearTexSubImageNULL() argument
588 glDebugMessageControlNULL(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) glDebugMessageControlNULL() argument
596 glDebugMessageInsertNULL(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) glDebugMessageInsertNULL() argument
689 glDrawElementsNULL(GLenum mode, GLsizei count, GLenum type, const void *indices) glDrawElementsNULL() argument
695 glDrawElementsBaseVertexNULL(GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawElementsBaseVertexNULL() argument
702 glDrawElementsIndirectNULL(GLenum mode, GLenum type, const void *indirect) glDrawElementsIndirectNULL() argument
705 glDrawElementsInstancedNULL(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) glDrawElementsInstancedNULL() argument
712 glDrawElementsInstancedBaseInstanceNULL(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) glDrawElementsInstancedBaseInstanceNULL() argument
720 glDrawElementsInstancedBaseVertexNULL(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) glDrawElementsInstancedBaseVertexNULL() argument
728 glDrawElementsInstancedBaseVertexBaseInstanceNULL(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) glDrawElementsInstancedBaseVertexBaseInstanceNULL() argument
737 glDrawRangeElementsNULL(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) glDrawRangeElementsNULL() argument
745 glDrawRangeElementsBaseVertexNULL(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawRangeElementsBaseVertexNULL() argument
914 glGetActiveAttribNULL(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveAttribNULL() argument
946 glGetActiveUniformNULL(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) glGetActiveUniformNULL() argument
1358 glGetTexImageNULL(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) glGetTexImageNULL() argument
1381 glGetTextureImageNULL(GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetTextureImageNULL() argument
1415 glGetTextureSubImageNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetTextureSubImageNULL() argument
1429 glGetTransformFeedbackVaryingNULL(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) glGetTransformFeedbackVaryingNULL() argument
1521 glGetnTexImageNULL(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetnTexImageNULL() argument
1779 glMultiDrawElementsNULL(GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount) glMultiDrawElementsNULL() argument
1786 glMultiDrawElementsBaseVertexNULL(GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) glMultiDrawElementsBaseVertexNULL() argument
1794 glMultiDrawElementsIndirectNULL(GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) glMultiDrawElementsIndirectNULL() argument
2233 glReadPixelsNULL(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) glReadPixelsNULL() argument
2242 glReadnPixelsNULL(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) glReadnPixelsNULL() argument
2404 glTexImage1DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage1DNULL() argument
2414 glTexImage2DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage2DNULL() argument
2433 glTexImage3DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage3DNULL() argument
2546 glTexSubImage1DNULL(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) glTexSubImage1DNULL() argument
2555 glTexSubImage2DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTexSubImage2DNULL() argument
2566 glTexSubImage3DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3DNULL() argument
2691 glTextureSubImage1DNULL(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) glTextureSubImage1DNULL() argument
2700 glTextureSubImage2DNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTextureSubImage2DNULL() argument
2711 glTextureSubImage3DNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTextureSubImage3DNULL() argument
2962 glVertexArrayAttribFormatNULL(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexArrayAttribFormatNULL() argument
2970 glVertexArrayAttribIFormatNULL(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexArrayAttribIFormatNULL() argument
2977 glVertexArrayAttribLFormatNULL(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexArrayAttribLFormatNULL() argument
3090 glVertexAttribFormatNULL(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) glVertexAttribFormatNULL() argument
3139 glVertexAttribIFormatNULL(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribIFormatNULL() argument
3145 glVertexAttribIPointerNULL(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribIPointerNULL() argument
3170 glVertexAttribLFormatNULL(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) glVertexAttribLFormatNULL() argument
3176 glVertexAttribLPointerNULL(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexAttribLPointerNULL() argument
3183 glVertexAttribP1uiNULL(GLuint index, GLenum type, GLboolean normalized, GLuint value) glVertexAttribP1uiNULL() argument
3189 glVertexAttribP1uivNULL(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) glVertexAttribP1uivNULL() argument
3195 glVertexAttribP2uiNULL(GLuint index, GLenum type, GLboolean normalized, GLuint value) glVertexAttribP2uiNULL() argument
3201 glVertexAttribP2uivNULL(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) glVertexAttribP2uivNULL() argument
3207 glVertexAttribP3uiNULL(GLuint index, GLenum type, GLboolean normalized, GLuint value) glVertexAttribP3uiNULL() argument
3213 glVertexAttribP3uivNULL(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) glVertexAttribP3uivNULL() argument
3219 glVertexAttribP4uiNULL(GLuint index, GLenum type, GLboolean normalized, GLuint value) glVertexAttribP4uiNULL() argument
3225 glVertexAttribP4uivNULL(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) glVertexAttribP4uivNULL() argument
3231 glVertexAttribPointerNULL(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) glVertexAttribPointerNULL() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/glslang/glslang/Include/
H A Dintermediate.h1220 TType type; global() member in glslang::TIntermTyped
1733 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) TIntermSelection() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java6092 getIntPropertyValue(int ch, int type) getIntPropertyValue() argument
6154 getIntPropertyMinValue(int type) getIntPropertyMinValue() argument
6185 getIntPropertyMaxValue(int type) getIntPropertyMaxValue() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java5304 getIntPropertyValue(int ch, int type) getIntPropertyValue() argument
5366 getIntPropertyMinValue(int type) getIntPropertyMinValue() argument
5396 getIntPropertyMaxValue(int type) getIntPropertyMaxValue() argument
[all...]
/third_party/libbpf/src/
H A Dlibbpf.c349 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 Dtypescript.js2815 function type(_value) { } function
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c1422 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 Dmtypes.h2368 unsigned type; /**< PIPE_QUERY_x */ member
3078 enum pipe_fd_type type; member
[all...]
/third_party/mksh/
H A Dsh.h869 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 Dabg-ir.cc6522 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 DContext.cpp844 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 DlibGL_autogen.cpp58 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 DlibGLESv2_autogen.cpp188 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 Dvulkan_raii.hpp9181 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...]

Completed in 232 milliseconds

1...<<271272273274275276277278279280