HomeSort by: relevance | last modified time | path
    Searched defs:Color (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
tilemgr.h 259 HOTTILE Color[SWR_NUM_RENDERTARGETS];
  /xsrc/external/mit/mesa-demos/dist/src/demos/
cuberender.c 48 float Color[4];
88 Cylinders[i].Color[0] = RandomFloat(0.25, 1.0);
89 Cylinders[i].Color[1] = RandomFloat(0.25, 1.0);
90 Cylinders[i].Color[2] = RandomFloat(0.25, 1.0);
91 Cylinders[i].Color[3] = RandomFloat(0.25, 1.0);
98 glMaterialfv(GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE, cyl->Color);
356 /* Render color into face of cubemap */
  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_hw.h 83 U032 Color;
187 U032 Color; /* source color 0304-0307*/
205 U032 color; /* source color 0- 3*/ member in struct:__anon9127::__anon9131
  /xsrc/external/mit/xf86-video-rendition/dist/src/
vtypes.h 141 int Color;
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_demo.cpp 424 // Color buttons, demonstrate using PushID() to add unique identifier in the ID stack, and changing style.
532 ImGui::ColorEdit3("color 1", col1);
533 ImGui::SameLine(); ShowHelpMarker("Click on the colored square to open a color picker.\nClick and hold to use drag and drop.\nRight-click on the colored square to show options.\nCTRL+click on individual component to input value.\n");
535 ImGui::ColorEdit4("color 2", col2);
663 ImGui::SameLine(); ShowHelpMarker("The TextDisabled color is stored in ImGuiStyle.");
1027 if (ImGui::TreeNode("Color/Picker Widgets"))
1029 static ImVec4 color = ImVec4(114.0f/255.0f, 144.0f/255.0f, 154.0f/255.0f, 200.0f/255.0f); local
1039 ImGui::Checkbox("With Options Menu", &options_menu); ImGui::SameLine(); ShowHelpMarker("Right-click on the individual color widget to show options.");
1043 ImGui::Text("Color widget:");
1044 ImGui::SameLine(); ShowHelpMarker("Click on the colored square to open a color picker.\nCTRL+click on individual component to input value.\n")
2218 static float color[4] = { 0.4f,0.7f,0.0f,0.5f }; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 136 * Mask of all the color buffer bits (but not accum).
293 GLfloat Ambient[4]; /**< ambient color */
306 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */
311 * Used for storing clear color, texture border color, etc.
323 * Color buffer attribute group (GL_COLOR_BUFFER_BIT).
328 union gl_color_union ClearColor; /**< Color for glClear, unclamped */
329 GLuint IndexMask; /**< Color index write mask */
354 * The query does however depend on fragment color clamping.
356 GLfloat BlendColorUnclamped[4]; /**< Blending color */
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 136 * Mask of all the color buffer bits (but not accum).
304 GLfloat Ambient[4]; /**< ambient color */
305 GLfloat Diffuse[4]; /**< diffuse color */
306 GLfloat Specular[4]; /**< specular color */
341 GLfloat Ambient[4]; /**< ambient color */
354 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */
359 * Used for storing clear color, texture border color, etc.
371 * Color buffer attribute group (GL_COLOR_BUFFER_BIT).
376 union gl_color_union ClearColor; /**< Color for glClear, unclamped *
    [all...]

Completed in 16 milliseconds