Home
last modified time | relevance | path

Searched refs:GL_INT_2_10_10_10_REV (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dattribs.c376 DEFINE_TEST(glTexCoordP1ui,, (GL_INT_2_10_10_10_REV, P1010102(x,y,z,w)),
378 DEFINE_TEST(glTexCoordP2ui,, (GL_INT_2_10_10_10_REV, P1010102(x,y,z,w)),
380 DEFINE_TEST(glTexCoordP3ui,, (GL_INT_2_10_10_10_REV, P1010102(x,y,z,w)),
382 DEFINE_TEST(glTexCoordP4ui,, (GL_INT_2_10_10_10_REV, P1010102(x,y,z,w)),
392 DEFINE_TEST(glNormalP3ui,, (GL_INT_2_10_10_10_REV, PN1010102(x,y,z,w)),
394 DEFINE_TEST(glColorP3ui,, (GL_INT_2_10_10_10_REV, PN1010102(x,y,z,w)),
396 DEFINE_TEST(glColorP4ui,, (GL_INT_2_10_10_10_REV, PN1010102(x,y,z,w)),
398 DEFINE_TEST(glSecondaryColorP3ui,, (GL_INT_2_10_10_10_REV, PN1010102(x,y,z,w)),
401 DEFINE_TEST(glVertexAttribP1ui,, (1, GL_INT_2_10_10_10_REV, 0, P1010102(x,y,z,w)),
403 DEFINE_TEST(glVertexAttribP2ui,, (1, GL_INT_2_10_10_10_REV, 0, P1010102(x,y,z,w)),
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_vertex_type_2_10_10_10_rev/
H A Darray_types.c54 { 4, GL_INT_2_10_10_10_REV, GL_FALSE, "RGBA SINT", {0.5, 0.25, 0, 1} },
55 { 4, GL_INT_2_10_10_10_REV, GL_TRUE, "RGBA SNORM", {0.5, 0.25, 0, 1} },
58 { GL_BGRA, GL_INT_2_10_10_10_REV, GL_TRUE, "BGRA SNORM", {0, 0.25, 0.5, 1} },
62 { GL_BGRA, GL_INT_2_10_10_10_REV, GL_FALSE, "BGRA SINT", {0, 0.25, 0.5, 1} },
175 if (test->type == GL_INT_2_10_10_10_REV) { in test()
191 glVertexAttribPointer(0, 4, GL_INT_2_10_10_10_REV, GL_FALSE, 0, v); in test()
H A Ddraw-vertices-2101010.c112 glVertexPointer(4, GL_INT_2_10_10_10_REV, 4, v); in test_packed_int_color_vertices()
120 case 0: vbo = vboColorPointer(4, GL_INT_2_10_10_10_REV, 4, c, sizeof(c), 0); break; in test_packed_int_color_vertices()
122 case 2: vbo = vboColorPointer(GL_BGRA, GL_INT_2_10_10_10_REV, 4, c, sizeof(c), 0); break; in test_packed_int_color_vertices()
150 case 0: vbo = vboVertexPointer(4, GL_INT_2_10_10_10_REV, 4, v, sizeof(v), 0); break; in test_packed_int_vertices()
173 type = GL_INT_2_10_10_10_REV; in test_int_vertices_abi()
187 glColorP3ui(GL_INT_2_10_10_10_REV, c[i]); in test_int_vertices_abi()
H A Dvertex-attrib-pointer-type-size-match.c68 GL_INT_2_10_10_10_REV, GL_TRUE, in piglit_init()
80 GL_INT_2_10_10_10_REV, GL_TRUE, in piglit_init()
H A Dvertex-attrib-p-types.c50 GL_INT_2_10_10_10_REV in piglit_init()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A Dtri-2101010.c102 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(-90, -90, -30, 0)); in Draw()
104 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(90, -90, -30, 0)); in Draw()
106 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(0, 90, -30, 0)); in Draw()
H A Dtri-2101010-dlist.c77 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(-90, -90, -30, 0)); in Init()
79 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(90, -90, -30, 0)); in Init()
81 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(0, 90, -30, 0)); in Init()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A Dtri-2101010.c102 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(-90, -90, -30, 0)); in Draw()
104 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(90, -90, -30, 0)); in Draw()
106 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(0, 90, -30, 0)); in Draw()
H A Dtri-2101010-dlist.c77 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(-90, -90, -30, 0)); in Init()
79 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(90, -90, -30, 0)); in Init()
81 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(0, 90, -30, 0)); in Init()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/vbo/
H A Dvbo_util.h111 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
123 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/lang/clover/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_util.h113 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV) { \
125 if (type != GL_INT_2_10_10_10_REV && type != GL_UNSIGNED_INT_2_10_10_10_REV && \
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/sp/
H A Dsp_dynamic_draw_call.cpp80 glVertexAttribPointer(1, 4, GL_INT_2_10_10_10_REV, in SPDynamicDrawCall()
104 glVertexAttribPointer(5, 4, GL_INT_2_10_10_10_REV, in SPDynamicDrawCall()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_vertex_buffer.hh93 return GL_INT_2_10_10_10_REV; in to_gl()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DVertexAttribute.cpp37 case GL_INT_2_10_10_10_REV: return 4; in ComputeVertexAttributeTypeSize()
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dwebgl2_draw_packed_triangle.c94 glVertexAttribPointer(0, 4, GL_INT_2_10_10_10_REV, GL_TRUE, 8, 0); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/
H A DPackedEnums.h361 if (from == GL_INT_2_10_10_10_REV)
374 return GL_INT_2_10_10_10_REV; in ToGLenum()
395 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, Int2101010, GL_INT_2_10_10_10_REV);

12345678910>>...26