Searched refs:depth_range (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | BasicDrawTest.cpp | 125 GLfixed depth_range[2]; in TEST_P() local 126 glGetFixedv(GL_DEPTH_RANGE, depth_range); in TEST_P() 128 EXPECT_EQ(0x8000, depth_range[0]); in TEST_P() 129 EXPECT_EQ(0x10000, depth_range[1]); in TEST_P()
|
/third_party/mesa3d/src/mesa/main/tests/ |
H A D | program_state_string.cpp | 31 TEST(program_state_string, depth_range) in TEST()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_gpu.h | 89 uint32_t depth_range; member
|
H A D | lima_blit.c | 65 .depth_range = 0xffff0000, in lima_pack_blit_cmd()
|
H A D | lima_draw.c | 640 render->depth_range = near | (far << 16); in lima_pack_render_state()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 365 ADD_ARG_CASE2(depth_range, "Test cost of glDepthRangef() calls", in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ClearTest.cpp | 579 GLfloat depth_range[2]; in TEST_P() local 580 glGetFloatv(GL_DEPTH_RANGE, depth_range); in TEST_P() 581 EXPECT_EQ(1.0f, depth_range[0]); in TEST_P() 582 EXPECT_EQ(0.0f, depth_range[1]); in TEST_P()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 400 ADD_ARG_CASE2(depth_range, "Test cost of glDepthRangef() calls", in init()
|
Completed in 8 milliseconds