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); member338 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local630 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local661 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local701 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local733 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local764 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local808 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local843 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local[all …]
3446 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local3508 constexpr unsigned int kBytesPerComponent = sizeof(GLint); in TEST_P() local
90 static constexpr size_t kBytesPerComponent = 4u; variable