| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluDrawUtil.hpp | 103 Type type; //!< Binding type (name or location). member 161 PrimitiveType type; //!< Primitive type member [all...] |
| H A D | gluRenderContext.cpp | 318 const char* getApiTypeDescription (ApiType type) in getApiTypeDescription() argument [all...] |
| H A D | gluRenderContext.hpp | 193 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; } in isContextTypeES() argument 194 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; } in isContextTypeGLCore() argument 195 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; } in isContextTypeGLCompatibility() argument 196 inline bool isES2Context (ContextType type) { return isContextTypeES(type) in isContextTypeGLCompatibility() argument [all...] |
| H A D | gluShaderLibrary.hpp | 77 VarType type; member 106 CapabilityType type; member
|
| H A D | gluShaderUtil.cpp | 125 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported() argument 130 GLSLVersion getContextTypeGLSLVersion (ContextType type) in getContextTypeGLSLVersion() argument
|
| H A D | gluVarType.cpp | 156 void StructType::addMember (const char* name, const VarType& type) in addMember() argument 360 const VarType& type = decl.varType; in operator <<() local
|
| /third_party/vk-gl-cts/framework/platform/android/ |
| H A D | tcuAndroidRenderActivity.hpp | 59 MessageType type; //!< Message type. member
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgShader.hpp | 47 void setReturnType (const VariableType& type) { m_returnType = type; } in setReturnType() argument
|
| H A D | rsgUtils.cpp | 59 const VariableType& type = dst.getType(); in computeRandomValue() local 187 const VariableType& type = valueRange.getType(); computeRandomValueRange() local 242 getTypeConstructorDepth(const VariableType& type) getTypeConstructorDepth() argument 296 const VariableType& type = valueRange.getType(); computeRangeLengthSum() local 355 const VariableType& type = valueRange.getType(); computeDynamicRangeWeight() local [all...] |
| H A D | rsgVariableType.hpp | 72 Member (const VariableType& type, const char* name) in Member() argument
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrShaders.hpp | 48 GenericVecType type; member 70 GenericVecType type; member 90 GenericVecType type; member [all...] |
| H A D | rrVertexAttrib.cpp | 277 void readFloat (tcu::Vec4& dst, const VertexAttribType type, const int size, const void* ptr) in readFloat() argument 324 void readInt (tcu::IVec4& dst, const VertexAttribType type, const int size, const void* ptr) in readInt() argument 371 void readUint (tcu::UVec4& dst, const VertexAttribType type, const int size, const void* ptr) in readUint() argument 418 int getComponentSize (const VertexAttribType type) in getComponentSize() argument [all...] |
| H A D | rrVertexAttrib.hpp | 111 VertexAttribType type; //!< Attribute component type. member
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglGetProcAddressTests.cpp | 237 EGLint RenderableType (ApiType type) in RenderableType() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | rfkill.c | 21 u8 type; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | eap_sake_common.c | 391 void eap_sake_add_attr(struct wpabuf *buf, u8 type, const u8 *data, in eap_sake_add_attr() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_tls_common.c | 21 struct wpabuf * eap_tls_msg_alloc(enum eap_type type, size_t payload_len, in eap_tls_msg_alloc() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
| H A D | l2_packet_freebsd.c | 325 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|
| H A D | l2_packet_linux.c | 559 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|
| H A D | l2_packet_ndis.c | 532 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|
| H A D | l2_packet_pcap.c | 396 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|
| H A D | l2_packet_privsep.c | 280 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| H A D | preauth.c | 145 static int rsn_preauth_eapol_send(void *ctx, int type, const u8 *buf, in rsn_preauth_eapol_send() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | tlsv1_server_read.c | 401 u8 type; in tls_process_certificate() local 812 u8 type; in tls_process_client_key_exchange() local 889 u8 type; tls_process_certificate_verify() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | browser.c | 114 view_cb_decide_policy(WebKitWebView *view, WebKitPolicyDecision *policy, WebKitPolicyDecisionType type, struct browser_context *ctx) view_cb_decide_policy() argument
|