Home | Sort by relevance Sort by last modified time |
/ndk/tests/device/test-gnustl-full/unit/ | |
bvector_test.cpp | 18 CPPUNIT_TEST(bvec1); 22 void bvec1(); 30 void BvectorTest::bvec1() function in class:BvectorTest |
/ndk/tests/device/test-stlport/unit/ | |
bvector_test.cpp | 18 CPPUNIT_TEST(bvec1); 22 void bvec1(); 30 void BvectorTest::bvec1() function in class:BvectorTest |
/external/vulkan-validation-layers/libs/glm/gtx/ | |
vec1.hpp | 33 /// @brief Add vec1, ivec1, uvec1 and bvec1 types. 114 typedef highp_bvec1 bvec1; typedef in namespace:glm 116 typedef mediump_bvec1 bvec1; typedef in namespace:glm 118 typedef lowp_bvec1 bvec1; typedef in namespace:glm 122 typedef highp_bvec1 bvec1; typedef in namespace:glm |
/external/deqp/framework/common/ | |
tcuVectorType.hpp | 53 typedef Vector<bool, 1> BVec1; |