Home
last modified time | relevance | path

Searched refs:glClearColor (Results 1 – 25 of 64) sorted by relevance

123

/hardware/google/gfxstream/host/tests/
DHelloTriangleImp.cpp84 gl->glClearColor(0.2f, 0.2f, 0.3f, 0.0f); in initialize()
DShaderUtils.cpp79 gl->glClearColor(0.0f, 0.0f, 1.0f, 0.0f); in compileAndLinkShaderProgram()
DGLSnapshotFramebufferControl_unittest.cpp78 gl->glClearColor(color[0], color[1], color[2], color[3]); in stateChange()
DFrameBuffer_unittest.cpp432 gl->glClearColor(color[0], color[1], color[2], color[3]); in TEST_F()
480 gl->glClearColor(1, 1, 1, 1); in TEST_F()
486 gl->glClearColor(0.5, 0.5, 0.5, 0.5); in TEST_F()
633 gl->glClearColor(0.2f, 0.2f, 0.3f, 0.0f); in TEST_F()
954 gl->glClearColor(color[0], color[1], color[2], color[3]); in TEST_F()
DGLSnapshotTestDispatch.cpp151 gl->glClearColor(1, 1, 1, 1); in testDraw()
DDefaultFramebufferBlit_unittest.cpp129 gl->glClearColor(mRed, mGreen, mBlue, mAlpha); in draw()
/hardware/qcom/sm7250/display/composer/
Dgl_layer_stitch_impl.cpp213 GL(glClearColor(0, 0, 0, 0)); in ClearWithTransparency()
/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.cpp99 mGL->glClearColor(clearColor[0], clearColor[1], clearColor[2], clearColor[3]); in restore()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h12 {"glClearColor", (void*)glClearColor},
Dgl_client_context.h14 glClearColor_client_proc_t glClearColor; member
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h27 {"glClearColor", (void*)glClearColor},
Dgl2_client_context.h29 glClearColor_client_proc_t glClearColor; member
/hardware/libhardware/tests/hwc/
Dtest-arrows.c129 glClearColor(0.0f, 0.0f, 0.0f, 1.0f); in render()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp394 glClearColor(0.1f, 0.5f, 0.1f, 1.0f); in renderImageToScreen()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries20 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
Dgles_common.entries19 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
Dgles_common_for_gles2.entries20 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp401 glClearColor(kDefaultColorInRgba[0], kDefaultColorInRgba[1], in renderImageToScreen()
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h21 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph…
Dgles_common_for_gles2_static_translator_namespaced_header.h21 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph…
Dgles_common_functions.h21 …X(void, glClearColor, (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha), (red, green, …
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h14 glClearColor_server_proc_t glClearColor; member
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp172 mGl->glClearColor(1.0f, 0.0f, static_cast<float>(i) / static_cast<float>(iterations), 1.0f); in TEST_P()
429 mGl->glClearColor(0.2f, 0.2f, 0.3f, 0.0f); in TEST_P()
/hardware/interfaces/graphics/allocator/aidl/vts/
DVtsHalGraphicsAllocatorAidl_TargetTest.cpp285 glClearColor(red, green, blue, alpha); in fillWithGpu()
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp381 s_gles2.glClearColor(0.0f, 0.0f, 0.0f, 1.0f); in drawImpl()

123