Searched refs:s_desc (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/egl/
H A DegluStrUtil.inl247 static const tcu::Format::BitDesc s_desc[] =
255 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
260 static const tcu::Format::BitDesc s_desc[] =
272 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
/external/deqp/framework/opengl/
H A DgluStrUtil.inl1469 static const tcu::Format::BitDesc s_desc[] =
1475 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
1480 static const tcu::Format::BitDesc s_desc[] =
1489 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
1494 static const tcu::Format::BitDesc s_desc[] =
1509 return tcu::Format::Bitfield<16>(value, &s_desc[
[all...]
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp852 static const char* s_desc[] =
859 return de::getSizedArrayElement<WRITE_LAST>(s_desc, write);
864 static const char* s_desc[] =
872 return de::getSizedArrayElement<VERIFY_LAST>(s_desc, verify);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc4543 const ServiceDescriptor *s_desc = file_desc->FindServiceByName("S"); local
4544 EXPECT_TRUE(s_desc->GetSourceLocation(&loc));
4547 const MethodDescriptor *m_desc = s_desc->FindMethodByName("Method");

Completed in 1120 milliseconds