Searched refs:GL_COLOR (Results 1 - 25 of 35) sorted by relevance

12

/external/deqp/modules/glshared/
H A DglsScissorTests.cpp514 gl.clearBufferfv(GL_COLOR, 0, clearColor.getPtr());
597 case Color::FLOAT: gl.clearBufferfv (GL_COLOR, 0, color.f); break;
598 case Color::INT: gl.clearBufferiv (GL_COLOR, 0, color.i); break;
599 case Color::UINT: gl.clearBufferuiv(GL_COLOR, 0, color.u); break;
804 case CLEAR_COLOR_FIXED: gl.clearBufferfv (GL_COLOR, 0, clearColor.f); break;
805 case CLEAR_COLOR_FLOAT: gl.clearBufferfv (GL_COLOR, 0, clearColor.f); break;
806 case CLEAR_COLOR_INT: gl.clearBufferiv (GL_COLOR, 0, clearColor.i); break;
807 case CLEAR_COLOR_UINT: gl.clearBufferuiv(GL_COLOR, 0, clearColor.u); break;
/external/mesa3d/src/mesa/main/
H A Dclear.c344 case GL_COLOR:
410 case GL_COLOR:
508 case GL_COLOR:
H A Ddrawpix.c218 if (type != GL_COLOR &&
H A Dfbobject.c522 * \param format if GL_COLOR, this is a color attachment point,
530 assert(format == GL_COLOR || format == GL_DEPTH || format == GL_STENCIL);
568 if (format == GL_COLOR) {
622 if (format == GL_COLOR) {
732 test_attachment_completeness(ctx, GL_COLOR, att);
3189 case GL_COLOR:
H A Dframebuffer.c748 * GL_DEPTH_COMPONENT, etc. or GL_COLOR, GL_DEPTH, GL_STENCIL.
771 case GL_COLOR:
847 * GL_DEPTH_COMPONENT, etc. or GL_COLOR, GL_DEPTH, GL_STENCIL.
H A Dnvprogram.c767 case GL_COLOR:
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c98 case GL_COLOR:
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c98 case GL_COLOR:
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c98 case GL_COLOR:
/external/deqp/modules/gles3/functional/
H A Des3fFboStencilbufferTests.cpp102 glClearBufferfv(GL_COLOR, 0, Vec4(0.0f).getPtr());
199 glClearBufferfv(GL_COLOR, 0, Vec4(0.0f).getPtr());
H A Des3fShaderFragDataTests.cpp299 gl.clearBufferfv(GL_COLOR, 0, tcu::RGBA::red.toVec().getPtr());
300 gl.clearBufferfv(GL_COLOR, 1, tcu::RGBA::red.toVec().getPtr());
H A Des3fPixelBufferObjectTests.cpp354 GLU_CHECK_CALL(glClearBufferiv(GL_COLOR, 0, color));
362 GLU_CHECK_CALL(glClearBufferuiv(GL_COLOR, 0, color));
370 GLU_CHECK_CALL(glClearBufferfv(GL_COLOR, 0, color));
H A Des3fFboColorbufferTests.cpp146 glClearBufferfv(GL_COLOR, 0, Vec4(0.0f).getPtr());
150 glClearBufferuiv(GL_COLOR, 0, UVec4(0).getPtr());
154 glClearBufferiv(GL_COLOR, 0, IVec4(0).getPtr());
178 glClearBufferfv(GL_COLOR, 0, color.getPtr());
182 glClearBufferuiv(GL_COLOR, 0, color.cast<deUint32>().getPtr());
186 glClearBufferiv(GL_COLOR, 0, color.cast<int>().getPtr());
H A Des3fReadPixelsTests.cpp271 GLU_CHECK_CALL(glClearBufferfv(GL_COLOR, 0, color));
287 GLU_CHECK_CALL(glClearBufferiv(GL_COLOR, 0, color));
301 GLU_CHECK_CALL(glClearBufferuiv(GL_COLOR, 0, color));
H A Des3fFramebufferBlitTests.cpp672 glClearBufferfv(GL_COLOR, 0, Vec4(1.0f, 0.0f, 0.0f, 1.0f).getPtr());
817 glClearBufferfv(GL_COLOR, 0, Vec4(1.0f, 0.0f, 0.0f, 1.0f).getPtr());
831 glClearBufferfv(GL_COLOR, 0, Vec4(1.0f, 1.0f, 0.0f, 1.0f).getPtr());
833 glClearBufferiv(GL_COLOR, 0, IVec4(0, 0, 0, 0).getPtr());
835 glClearBufferuiv(GL_COLOR, 0, UVec4(0, 0, 0, 0).getPtr());
H A Des3fFboTestUtil.cpp875 ctx.clearBufferfv(GL_COLOR, 0, value.getPtr());
879 ctx.clearBufferuiv(GL_COLOR, 0, value.asUint().getPtr());
883 ctx.clearBufferiv(GL_COLOR, 0, value.asInt().getPtr());
H A Des3fNegativeBufferApiTests.cpp425 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if buffer is GL_COLOR, GL_FRONT, GL_BACK, GL_LEFT, GL_RIGHT, or GL_FRONT_AND_BACK and drawBuffer is greater than or equal to GL_MAX_DRAW_BUFFERS.");
428 glClearBufferiv(GL_COLOR, maxDrawBuffers, &data[0]);
469 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if buffer is GL_COLOR, GL_FRONT, GL_BACK, GL_LEFT, GL_RIGHT, or GL_FRONT_AND_BACK and drawBuffer is greater than or equal to GL_MAX_DRAW_BUFFERS.");
472 glClearBufferuiv(GL_COLOR, maxDrawBuffers, &data[0]);
510 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if buffer is GL_COLOR, GL_FRONT, GL_BACK, GL_LEFT, GL_RIGHT, or GL_FRONT_AND_BACK and drawBuffer is greater than or equal to GL_MAX_DRAW_BUFFERS.");
513 glClearBufferfv(GL_COLOR, maxDrawBuffers, &data[0]);
546 glClearBufferfi(GL_COLOR, 0, 1.0f, 1);
H A Des3fRasterizerDiscardTests.cpp336 case CASE_CLEAR_COLOR: (m_caseOptions & CASEOPTION_FBO) ? glClearBufferfv(GL_COLOR, 0, &FAIL_COLOR_RED[0]) : glClear(GL_COLOR_BUFFER_BIT); break;
H A Des3fFboInvalidateTests.cpp59 attachments.push_back(GL_COLOR);
871 glClearBufferfv (GL_COLOR, 0, (Vec4(0.0f, 0.0f, 0.0f, 1.0f)*cScale + cBias).getPtr());
889 glClearBufferfv(GL_COLOR, 0, (Vec4(0.0f, 1.0f, 0.0f, 1.0f)*cScale + cBias).getPtr());
1361 defaultFbGroup->addChild(new InvalidateDefaultFramebufferRenderCase (m_context, "draw_framebuffer_color", "Invalidating GL_COLOR in GL_DRAW_FRAMEBUFFER", GL_COLOR_BUFFER_BIT, GL_DRAW_FRAMEBUFFER));
1363 defaultFbGroup->addChild(new InvalidateDefaultFramebufferRenderCase (m_context, "read_framebuffer_color", "Invalidating GL_COLOR in GL_READ_FRAMEBUFFER", GL_COLOR_BUFFER_BIT, GL_READ_FRAMEBUFFER));
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c456 if (type == GL_COLOR) {
588 case GL_COLOR:
650 case GL_COLOR:
/external/deqp/framework/opengl/
H A DgluStrUtil.inl566 case GL_COLOR: return "GL_COLOR";
578 case GL_COLOR: return "GL_COLOR";
600 case GL_COLOR: return "GL_COLOR";
/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp423 ctx.clearBufferfv(GL_COLOR, 0, value.getPtr());
427 ctx.clearBufferuiv(GL_COLOR, 0, value.asUint().getPtr());
431 ctx.clearBufferiv(GL_COLOR, 0, value.asInt().getPtr());
H A Des31fNegativeBufferApiTests.cpp427 ctx.beginSection("GL_INVALID_VALUE is generated if buffer is GL_COLOR, GL_FRONT, GL_BACK, GL_LEFT, GL_RIGHT, or GL_FRONT_AND_BACK and drawBuffer is greater than or equal to GL_MAX_DRAW_BUFFERS.");
430 ctx.glClearBufferiv(GL_COLOR, maxDrawBuffers, &data[0]);
472 ctx.beginSection("GL_INVALID_VALUE is generated if buffer is GL_COLOR, GL_FRONT, GL_BACK, GL_LEFT, GL_RIGHT, or GL_FRONT_AND_BACK and drawBuffer is greater than or equal to GL_MAX_DRAW_BUFFERS.");
475 ctx.glClearBufferuiv(GL_COLOR, maxDrawBuffers, &data[0]);
514 ctx.beginSection("GL_INVALID_VALUE is generated if buffer is GL_COLOR, GL_FRONT, GL_BACK, GL_LEFT, GL_RIGHT, or GL_FRONT_AND_BACK and drawBuffer is greater than or equal to GL_MAX_DRAW_BUFFERS.");
517 ctx.glClearBufferfv(GL_COLOR, maxDrawBuffers, &data[0]);
551 ctx.glClearBufferfi(GL_COLOR, 0, 1.0f, 1);
H A Des31fDrawBuffersIndexedTests.cpp323 gl.clearBufferfv(GL_COLOR, renderbufferNdx, color.getPtr());
336 gl.clearBufferiv(GL_COLOR, renderbufferNdx, color.getPtr());
349 gl.clearBufferuiv(GL_COLOR, renderbufferNdx, color.getPtr());
362 gl.clearBufferfv(GL_COLOR, renderbufferNdx, color.getPtr());
375 gl.clearBufferfv(GL_COLOR, renderbufferNdx, color.getPtr());
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1341 if (type == GL_COLOR &&
1464 if (type == GL_COLOR) {
1600 if (type == GL_COLOR) {

Completed in 337 milliseconds

12