Searched refs:kFramebufferWidth (Results 1 – 1 of 1) sorted by relevance
/cts/tests/vr/jni/ |
D | VrExtensionsJni.cpp | 368 constexpr uint32_t kFramebufferWidth = 31; variable 495 glViewport(0, 0, kFramebufferWidth, 1); in testLinearMagnification() 498 glReadPixels(kFramebufferWidth / 2, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, middle_pixel); in testLinearMagnification() 624 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, kFramebufferWidth, 1, 0, GL_RGBA, in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer()
|