HomeSort by relevance Sort by last modified time
    Searched refs:GL_COLOR (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium_org/third_party/angle/tests/angle_tests/
ClearTest.cpp 131 glClearBufferfv(GL_COLOR, 1, clearValue);
160 glClearBufferfv(GL_COLOR, 0, clearValues1);
  /external/deqp/modules/glshared/
glsScissorTests.cpp 509 gl.clearBufferfv(GL_COLOR, 0, clearColor.getPtr());
592 case Color::FLOAT: gl.clearBufferfv (GL_COLOR, 0, color.f); break;
593 case Color::INT: gl.clearBufferiv (GL_COLOR, 0, color.i); break;
594 case Color::UINT: gl.clearBufferuiv(GL_COLOR, 0, color.u); break;
799 case CLEAR_COLOR_FIXED: gl.clearBufferfv (GL_COLOR, 0, clearColor.f); break;
800 case CLEAR_COLOR_FLOAT: gl.clearBufferfv (GL_COLOR, 0, clearColor.f); break;
801 case CLEAR_COLOR_INT: gl.clearBufferiv (GL_COLOR, 0, clearColor.i); break;
802 case CLEAR_COLOR_UINT: gl.clearBufferuiv(GL_COLOR, 0, clearColor.u); break;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
clear.c 344 case GL_COLOR:
410 case GL_COLOR:
508 case GL_COLOR:
drawpix.c 90 * to a lack of defined mapping from integer data to gl_Color fragment shader
218 if (type != GL_COLOR &&
fbobject.c 522 * \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);
    [all...]
  /external/mesa3d/src/mesa/main/
clear.c 344 case GL_COLOR:
410 case GL_COLOR:
508 case GL_COLOR:
drawpix.c 90 * to a lack of defined mapping from integer data to gl_Color fragment shader
218 if (type != GL_COLOR &&
fbobject.c 522 * \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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 98 case GL_COLOR:
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 98 case GL_COLOR:
  /external/deqp/modules/gles3/functional/
es3fFboStencilbufferTests.cpp 102 glClearBufferfv(GL_COLOR, 0, Vec4(0.0f).getPtr());
199 glClearBufferfv(GL_COLOR, 0, Vec4(0.0f).getPtr());
es3fShaderFragDataTests.cpp 299 gl.clearBufferfv(GL_COLOR, 0, tcu::RGBA::red.toVec().getPtr());
300 gl.clearBufferfv(GL_COLOR, 1, tcu::RGBA::red.toVec().getPtr());
es3fPixelBufferObjectTests.cpp 354 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));
es3fReadPixelsTests.cpp 285 GLU_CHECK_CALL(glClearBufferfv(GL_COLOR, 0, color));
304 GLU_CHECK_CALL(glClearBufferiv(GL_COLOR, 0, color));
321 GLU_CHECK_CALL(glClearBufferuiv(GL_COLOR, 0, color));
es3fFboColorbufferTests.cpp 146 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());
es3fFramebufferBlitTests.cpp 672 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());
    [all...]
es3fFboTestUtil.cpp     [all...]
es3fNegativeBufferApiTests.cpp 425 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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 456 if (type == GL_COLOR) {
588 case GL_COLOR:
650 case GL_COLOR:
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 456 if (type == GL_COLOR) {
588 case GL_COLOR:
650 case GL_COLOR:
  /external/deqp/framework/opengl/
gluStrUtil.inl 522 case GL_COLOR: return "GL_COLOR";
534 case GL_COLOR: return "GL_COLOR";
556 case GL_COLOR: return "GL_COLOR";
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 32 public static final int GL_COLOR = 0x1800;
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 423 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());
es31fNegativeBufferApiTests.cpp 427 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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]

Completed in 1318 milliseconds

1 2 3 4