/hardware/google/gfxstream/host/tests/ |
D | HelloTriangleImp.cpp | 84 gl->glClearColor(0.2f, 0.2f, 0.3f, 0.0f); in initialize()
|
D | ShaderUtils.cpp | 79 gl->glClearColor(0.0f, 0.0f, 1.0f, 0.0f); in compileAndLinkShaderProgram()
|
D | GLSnapshotFramebufferControl_unittest.cpp | 78 gl->glClearColor(color[0], color[1], color[2], color[3]); in stateChange()
|
D | FrameBuffer_unittest.cpp | 432 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()
|
D | GLSnapshotTestDispatch.cpp | 151 gl->glClearColor(1, 1, 1, 1); in testDraw()
|
D | DefaultFramebufferBlit_unittest.cpp | 129 gl->glClearColor(mRed, mGreen, mBlue, mAlpha); in draw()
|
/hardware/qcom/sm7250/display/composer/ |
D | gl_layer_stitch_impl.cpp | 213 GL(glClearColor(0, 0, 0, 0)); in ClearWithTransparency()
|
/hardware/google/gfxstream/host/gl/glsnapshot/ |
D | GLSnapshot.cpp | 99 mGL->glClearColor(clearColor[0], clearColor[1], clearColor[2], clearColor[3]); in restore()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 12 {"glClearColor", (void*)glClearColor},
|
D | gl_client_context.h | 14 glClearColor_client_proc_t glClearColor; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 27 {"glClearColor", (void*)glClearColor},
|
D | gl2_client_context.h | 29 glClearColor_client_proc_t glClearColor; member
|
/hardware/libhardware/tests/hwc/ |
D | test-arrows.c | 129 glClearColor(0.0f, 0.0f, 0.0f, 1.0f); in render()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | GlWrapper.cpp | 394 glClearColor(0.1f, 0.5f, 0.1f, 1.0f); in renderImageToScreen()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 20 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
D | gles_common.entries | 19 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
D | gles_common_for_gles2.entries | 20 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | GlWrapper.cpp | 401 glClearColor(kDefaultColorInRgba[0], kDefaultColorInRgba[1], in renderImageToScreen()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 21 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph…
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 21 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph…
|
D | gles_common_functions.h | 21 …X(void, glClearColor, (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha), (red, green, …
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 14 glClearColor_server_proc_t glClearColor; member
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 172 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/ |
D | VtsHalGraphicsAllocatorAidl_TargetTest.cpp | 285 glClearColor(red, green, blue, alpha); in fillWithGpu()
|
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 381 s_gles2.glClearColor(0.0f, 0.0f, 0.0f, 1.0f); in drawImpl()
|