Searched refs:GL_ZERO_TO_ONE (Results 1 - 13 of 13) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cClipControlTests.cpp | 285 { GL_UPPER_LEFT, GL_ZERO_TO_ONE }, in iterate() 287 { GL_LOWER_LEFT, GL_ZERO_TO_ONE }, in iterate() 311 not GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE. 348 (GL_ZERO_TO_ONE == improper_value) || (GL_NEGATIVE_ONE_TO_ONE == improper_value)) in iterate() 356 { improper_value, GL_ZERO_TO_ONE }, in iterate() 633 cc.clipControl(GL_LOWER_LEFT, GL_ZERO_TO_ONE); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fClipControlTests.cpp | 279 { GL_UPPER_LEFT, GL_ZERO_TO_ONE }, 281 { GL_LOWER_LEFT, GL_ZERO_TO_ONE }, 305 not GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE. 342 (GL_ZERO_TO_ONE == improper_value) || (GL_NEGATIVE_ONE_TO_ONE == improper_value)) 350 { improper_value, GL_ZERO_TO_ONE }, 1171 cc.clipControl(GL_LOWER_LEFT, GL_ZERO_TO_ONE);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_rasterizer.c | 306 raster->clip_halfz = (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE); in st_update_rasterizer()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | viewport.c | 507 depth != GL_NEGATIVE_ONE_TO_ONE && depth != GL_ZERO_TO_ONE) { in clip_control()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1373 #define GL_ZERO_TO_ONE 0x935F macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2617 #define GL_ZERO_TO_ONE 0x935F macro
|
H A D | glext.h | 2566 #define GL_ZERO_TO_ONE 0x935F macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2598 #define GL_ZERO_TO_ONE 0x935F macro
|
H A D | glext.h | 2547 #define GL_ZERO_TO_ONE 0x935F macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2654 #define GL_ZERO_TO_ONE 0x935F macro
|
H A D | glext.h | 2602 #define GL_ZERO_TO_ONE 0x935F macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2654 #define GL_ZERO_TO_ONE 0x935F macro
|
H A D | glext.h | 2602 #define GL_ZERO_TO_ONE 0x935F macro
|
Completed in 244 milliseconds