HomeSort by relevance Sort by last modified time
    Searched refs:clearColor (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 93 virtual void clearColor(GLclampf red,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 99 virtual void clearColor (float red, float green, float blue, float alpha) = DE_NULL;
sglrContextWrapper.cpp 251 m_curCtx->clearColor(red, green, blue, alpha);
sglrGLContext.hpp 111 virtual void clearColor (float red, float green, float blue, float alpha);
  /external/deqp/modules/gles31/functional/
es31fShaderTextureSizeTests.cpp 419 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
es31fTextureFormatTests.cpp 329 gl.clearColor(0.125f, 0.25f, 0.5f, 1.0f);
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 342 gl.clearColor(0.0f, 0.0f, 0.0f, 1.0f);
  /external/deqp/framework/opengl/wrapper/
glwInitES20.inl 20 gl->clearColor = (glClearColorFunc) loader->get("glClearColor");
glwInitES30Direct.inl 20 gl->clearColor = &glClearColor;
glwFunctions.inl 21 glClearColorFunc clearColor;
glwInitES30.inl 20 gl->clearColor = (glClearColorFunc) loader->get("glClearColor");
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 842 GrColor clearColor;
843 if (paint.isOpaqueAndConstantColor(&clearColor)) {
844 target->clear(NULL, clearColor, true);
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 829 GrColor clearColor;
830 if (paint.isOpaqueAndConstantColor(&clearColor)) {
831 target->clear(NULL, clearColor, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 90 virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) { }
  /external/deqp/modules/egl/
teglResizeTests.cpp 214 gl.clearColor(color.x(), color.y(), color.z(), 1.0);
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 286 gl.clearColor (1.0f, 0.0f, 0.0f, 1.0f);
es2fShaderInvarianceTests.cpp 264 gl.clearColor (0.0f, 0.0f, 0.0f, 1.0f);
    [all...]
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 835 clearColor,
es2pTextureUploadTests.cpp 194 gl.clearColor (0.0f, 0.0f, 0.0f, 1.0f);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 289 gl.clearColor (1.0f, 0.0f, 0.0f, 1.0f);
es3fLifetimeTests.cpp 133 gl.clearColor(0, 0, 0, 1);
es3fShaderInvarianceTests.cpp 264 gl.clearColor (0.0f, 0.0f, 0.0f, 1.0f);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 897 clearColor,
  /external/deqp/framework/opengl/
gluStateReset.cpp 287 gl.clearColor (0.0f, 0.0f, 0.0f, 0.0f);
833 gl.clearColor (0.0f, 0.0f, 0.0f, 0.0f);
    [all...]

Completed in 1892 milliseconds

1 23 4 5 6