HomeSort by relevance Sort by last modified time
    Searched refs:BinaryToText (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/test/
binary_to_text_test.cpp 35 class BinaryToText : public ::testing::Test {
37 BinaryToText() : context(spvContextCreate(SPV_ENV_UNIVERSAL_1_0)) {}
38 ~BinaryToText() { spvContextDestroy(context); }
86 TEST_F(BinaryToText, Default) {
97 TEST_F(BinaryToText, MissingModule) {
111 TEST_F(BinaryToText, TruncatedModule) {
132 TEST_F(BinaryToText, InvalidMagicNumber) {
  /external/swiftshader/third_party/SPIRV-Tools/test/
binary_to_text_test.cpp 35 class BinaryToText : public ::testing::Test {
37 BinaryToText()
39 ~BinaryToText() {
93 TEST_F(BinaryToText, Default) {
104 TEST_F(BinaryToText, MissingModule) {
118 TEST_F(BinaryToText, TruncatedModule) {
139 TEST_F(BinaryToText, InvalidMagicNumber) {

Completed in 2679 milliseconds