Home
last modified time | relevance | path

Searched defs:type (Results 4276 - 4300 of 12363) sorted by relevance

1...<<171172173174175176177178179180>>...495

/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sDrawTests.cpp122 InvalidDrawCase::InvalidDrawCase (Context& context, const char* name, const char* desc, DrawType type, InvalidOperation op) in InvalidDrawCase() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderConstExprTests.cpp40 static void addOutputVar (glu::sl::ValueBlock* dst, glu::DataType type, float output) in addOutputVar() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderSwitchTests.cpp106 static de::MovePtr<ShaderSwitchCase> makeSwitchCase (tcu::TestContext& testCtx, const string& name, const string& desc, SwitchType type, bool isVertex, const LineStream& switchBody) in makeSwitchCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp51 string type; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.hpp213 inline TestCase::TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& description) in TestCase() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_fast_common.c19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_fast_put_tlv_hdr() argument
28 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data, in eap_fast_put_tlv() argument
36 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type, in eap_fast_put_tlv_buf() argument
H A Deap_fast_common.h44 be16 type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_methods.c73 eap_get_name(int vendor, EapType type) eap_get_name() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_none.c133 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/src/wps/
H A Dndef.c23 const u8 *type; member
106 static struct wpabuf * ndef_build_record(u8 flags, const void *type, in ndef_build_record() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg() argument
66 static void add_entry(struct wpabuf *xml, const char *type, const char *name, in add_entry() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Deapol_common.h20 u8 type; member
65 u8 type; member
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksNetwork.cpp93 void SendPayloadWithHeader (de::Socket* socket, u32 type, const std::vector<u8>& payload) in SendPayloadWithHeader() argument
105 vector<u8> RecvPacket (de::Socket* socket, vector<u8>& recvb, u32 type) in RecvPacket() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeFilePath.cpp188 int type = st.st_mode & S_IFMT; in getType() local
/third_party/vk-gl-cts/framework/opengl/
H A DgluProgramInterfaceQuery.hpp63 deUint32 type; //!< GL_TYPE member
H A DgluRenderConfig.hpp75 ContextType type; member
H A DgluStateReset.cpp60 const ContextType type = renderCtx.getType(); in resetStateES() local
646 const ContextType type = renderCtx.getType(); resetStateGLCore() local
[all...]
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.cpp51 static const char* getMessageTypeName (MessageType type) in getMessageTypeName() argument
/third_party/vk-gl-cts/framework/platform/osx/
H A DtcuOSXPlatform.cpp136 static CGLOpenGLProfile getCGLProfile (glu::ContextType type) in getCGLProfile() argument
/third_party/vk-gl-cts/framework/qphelper/
H A DqpDebugOut.c105 static android_LogPriority getLogPriority (MessageType type) in getLogPriority() argument
115 void printRaw (MessageType type, const char* message) in printRaw() argument
123 void printFmt (MessageType type, const char* format, va_list args) in printFmt() argument
133 getOutFile(MessageType type) getOutFile() argument
141 printRaw(MessageType type, const char* message) printRaw() argument
160 printFmt(MessageType type, const char* format, va_list args) printFmt() argument
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExecutionContext.cpp123 const VariableType& type = dst.getType(); in assignMasked() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_fast_common.c19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_fast_put_tlv_hdr() argument
28 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data, in eap_fast_put_tlv() argument
36 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type, in eap_fast_put_tlv_buf() argument
H A Deap_fast_common.h44 be16 type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_methods.c74 eap_get_name(int vendor, enum eap_type type) eap_get_name() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_none.c133 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument

Completed in 14 milliseconds

1...<<171172173174175176177178179180>>...495