Home
last modified time | relevance | path

Searched defs:textureHeight (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DMaxTextureSizeTest.cpp95 GLsizei textureHeight = 64; in TEST_P() local
157 GLsizei textureHeight = mMaxTexture2DSize; in TEST_P() local
223 GLsizei textureHeight = mMaxTexture2DSize; in TEST_P() local
/device/generic/vulkan-cereal/stream-servers/tests/
DDisplayVk_unittest.cpp187 uint32_t textureHeight = 40; in TEST_F() local
201 uint32_t textureHeight = 40; in TEST_F() local
229 uint32_t textureHeight = 40; in TEST_F() local
DCompositorVk_unittest.cpp301 constexpr uint32_t textureHeight = textureBottom - textureTop; in TEST_F() local
386 constexpr uint32_t textureHeight = 30; in TEST_F() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DDispatchComputePerf.cpp31 unsigned int textureHeight = 32; member
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DGLES1Renderer.cpp130 GLfloat textureHeight = in prepareForDraw() local
DvalidationES.cpp966 size_t textureHeight, in ValidCompressedSubImageSize()