Searched refs:Square (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dbump.c75 Square(GLfloat size) function in typeref:typename:void
95 Square(size);
102 Square(size);
109 Square(size);
116 Square(size);
123 Square(size);
130 Square(size);
H A Dshtest.c167 Square(GLfloat size) function in typeref:typename:void
195 Square(size);
202 Square(size);
209 Square(size);
216 Square(size);
223 Square(size);
230 Square(size);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.3.1.rst49 PutImage XY 500x500 Square
H A D10.4.rst200 PutImage XY 500x500 Square
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst100 .. opcode:: RSQ - Reciprocal Square Root
109 .. opcode:: SQRT - Square Root
1954 .. opcode:: DSQRT - Square Root
1962 .. opcode:: DRSQ - Reciprocal Square Root
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst103 .. opcode:: RSQ - Reciprocal Square Root
112 .. opcode:: SQRT - Square Root
1988 .. opcode:: DSQRT - Square Root
1996 .. opcode:: DRSQ - Reciprocal Square Root
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp3821 static void Square(ImGuiSizeCallbackData* data) { data->DesiredSize = ImVec2(IM_MAX(data->DesiredSize.x, data->DesiredSize.y), IM_MAX(data->DesiredSize.x, data->DesiredSize.y)); } function in struct:ShowExampleAppConstrainedResize::CustomConstraints
3833 if (type == 5) ImGui::SetNextWindowSizeConstraints(ImVec2(0, 0), ImVec2(FLT_MAX, FLT_MAX), CustomConstraints::Square); // Always Square
3846 "Custom: Always Square",

Completed in 66 milliseconds