Home
last modified time | relevance | path

Searched defs:kBytesPerComponent (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DShaderStorageBufferTest.cpp36 const unsigned int kBytesPerComponent = sizeof(float); member
54 const unsigned int kBytesPerComponent = sizeof(GLuint); member
459 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
751 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
782 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
822 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
854 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
885 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
929 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
964 constexpr unsigned int kBytesPerComponent = sizeof(float); in TEST_P() local
[all …]
DComputeShaderTest.cpp3895 constexpr unsigned int kBytesPerComponent = sizeof(GLuint); in TEST_P() local
3957 constexpr unsigned int kBytesPerComponent = sizeof(GLint); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.h95 static constexpr size_t kBytesPerComponent = 4u; variable