Home
last modified time | relevance | path

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 DBasicDrawTest.cpp125 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 Dprogram_state_string.cpp31 TEST(program_state_string, depth_range) in TEST()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_gpu.h89 uint32_t depth_range; member
H A Dlima_blit.c65 .depth_range = 0xffff0000, in lima_pack_blit_cmd()
H A Dlima_draw.c640 render->depth_range = near | (far << 16); in lima_pack_render_state()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp365 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 DClearTest.cpp579 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 Des3pStateChangeCallTests.cpp400 ADD_ARG_CASE2(depth_range, "Test cost of glDepthRangef() calls", in init()

Completed in 8 milliseconds