HomeSort by relevance Sort by last modified time
    Searched defs:ClearColor (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp 735 gl.clearColor(s_reference_color[0], s_reference_color[1], s_reference_color[2], s_reference_color[3]);
766 gl.clearColor(0.f, 0.f, 0.f, 0.f);
    [all...]
gl4cEnhancedLayoutsTests.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 479 void ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
494 ClearColor((float)red / 0x10000, (float)green / 0x10000, (float)blue / 0x10000, (float)alpha / 0x10000);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.cpp 659 void ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 256 void (GLAPIENTRY * ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf);
  /external/mesa3d/src/mesa/main/
mtypes.h 390 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */
412 union gl_color_union ClearColor; /**< Color for glClear, unclamped */
    [all...]

Completed in 1534 milliseconds