/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec.c | 227 case GL_QUADS: in vbo_merge_draws() 281 case GL_QUADS: in vbo_copy_vertices()
|
H A D | vbo_save_api.c | 1624 vbo_save_NotifyBegin(ctx, GL_QUADS, false); in save_Rectf()
|
/third_party/glfw/examples/ |
H A D | gears.c | 84 glBegin(GL_QUADS); in gear() 112 glBegin(GL_QUADS); in gear()
|
H A D | wave.c | 165 glDrawElements(GL_QUADS, 4 * QUADNUM, GL_UNSIGNED_INT, quad); in draw_scene()
|
H A D | particles.c | 548 glDrawArrays(GL_QUADS, 0, PARTICLE_VERTS * particle_count); in draw_particles() 562 glDrawArrays(GL_QUADS, 0, PARTICLE_VERTS * particle_count); in draw_particles() 728 glBegin(GL_QUADS); in draw_floor()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 556 if (from == GL_QUADS) in FromGLenum() 582 return GL_QUADS; in ToGLenum() 603 ANGLE_VALIDATE_PACKED_ENUM(TessEvaluationType, Quads, GL_QUADS);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | draw_validate.c | 271 (1 << GL_QUADS) | in _mesa_update_valid_to_render_state() 394 /* the GL_QUADS mode generates triangles too */ in _mesa_update_valid_to_render_state()
|
H A D | version.c | 669 ctx->SupportedPrimMask |= (1 << GL_QUADS) | in _mesa_compute_version()
|
H A D | draw.c | 423 case GL_QUADS: in count_tessellated_primitives() 1341 CALL_Begin(ctx->CurrentServerDispatch, (GL_QUADS)); in _mesa_Rectf()
|
H A D | shaderapi.c | 970 *params = GL_QUADS; in get_programiv()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExtTokens.cpp | 109 QUADS = GL_QUADS; in init()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw.c | 80 STATIC_ASSERT(GL_QUADS == PIPE_PRIM_QUADS); in translate_prim()
|
H A D | st_draw_hw_select.c | 721 case GL_QUADS: in make_state_key() 797 case GL_QUADS: in st_draw_hw_select_prepare_mode()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ShaderLang.cpp | 124 return GL_QUADS; in GetTessellationShaderTypeEnum()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramStateQueryTests.cpp | 306 verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_MODE, GL_QUADS, m_verifier); in iterate()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_type.cpp | 611 case GL_QUADS: in validate_in_qualifier()
|
H A D | glsl_parser_extras.cpp | 1841 case GL_QUADS:
|
/third_party/mesa3d/src/glx/ |
H A D | indirect_vertex_array.c | 926 case GL_QUADS: in validate_mode()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 135 #define GL_QUADS 0x0007 macro
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 161 #define GL_QUADS 0x0007 macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 1638 #define GL_QUADS 0x0007 macro
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 307 glBegin(GL_QUADS); in my_stbtt_print()
|
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 1619 #define GL_QUADS 0x0007 macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackTests.cpp | 1386 GL_QUADS, in testInstanced()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 307 glBegin(GL_QUADS); in my_stbtt_print()
|