Searched defs:kBytesPerComponent (Results 1 – 3 of 3) sorted by relevance
36 const unsigned int kBytesPerComponent = sizeof(float); member54 const unsigned int kBytesPerComponent = sizeof(GLuint); member335 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local627 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local658 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local698 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local730 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local761 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local805 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local840 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local[all …]
3816 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local3878 constexpr unsigned int kBytesPerComponent = sizeof(GLint); in TEST_P() local
95 static constexpr size_t kBytesPerComponent = 4u; variable