Home
last modified time | relevance | path

Searched refs:GL_QUADS (Results 1 - 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec.c227 case GL_QUADS: in vbo_merge_draws()
281 case GL_QUADS: in vbo_copy_vertices()
H A Dvbo_save_api.c1624 vbo_save_NotifyBegin(ctx, GL_QUADS, false); in save_Rectf()
/third_party/glfw/examples/
H A Dgears.c84 glBegin(GL_QUADS); in gear()
112 glBegin(GL_QUADS); in gear()
H A Dwave.c165 glDrawElements(GL_QUADS, 4 * QUADNUM, GL_UNSIGNED_INT, quad); in draw_scene()
H A Dparticles.c548 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 DPackedEnums.h556 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 Ddraw_validate.c271 (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 Dversion.c669 ctx->SupportedPrimMask |= (1 << GL_QUADS) | in _mesa_compute_version()
H A Ddraw.c423 case GL_QUADS: in count_tessellated_primitives()
1341 CALL_Begin(ctx->CurrentServerDispatch, (GL_QUADS)); in _mesa_Rectf()
H A Dshaderapi.c970 *params = GL_QUADS; in get_programiv()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcExtTokens.cpp109 QUADS = GL_QUADS; in init()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c80 STATIC_ASSERT(GL_QUADS == PIPE_PRIM_QUADS); in translate_prim()
H A Dst_draw_hw_select.c721 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 DShaderLang.cpp124 return GL_QUADS; in GetTessellationShaderTypeEnum()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramStateQueryTests.cpp306 verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_MODE, GL_QUADS, m_verifier); in iterate()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_type.cpp611 case GL_QUADS: in validate_in_qualifier()
H A Dglsl_parser_extras.cpp1841 case GL_QUADS:
/third_party/mesa3d/src/glx/
H A Dindirect_vertex_array.c926 case GL_QUADS: in validate_mode()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h135 #define GL_QUADS 0x0007 macro
/third_party/mesa3d/include/GL/
H A Dgl.h161 #define GL_QUADS 0x0007 macro
/third_party/mesa3d/include/GLES3/
H A Dgl32.h1638 #define GL_QUADS 0x0007 macro
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h307 glBegin(GL_QUADS); in my_stbtt_print()
/third_party/openGLES/api/GLES3/
H A Dgl32.h1619 #define GL_QUADS 0x0007 macro
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp1386 GL_QUADS, in testInstanced()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h307 glBegin(GL_QUADS); in my_stbtt_print()

Completed in 88 milliseconds

12