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

12

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c86 case GL_STENCIL:
87 perf_debug("glCopyPixels() fallback: GL_STENCIL\n");
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c85 case GL_STENCIL:
86 perf_debug("glCopyPixels() fallback: GL_STENCIL\n");
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c451 else if (type == GL_STENCIL) {
471 if (type == GL_STENCIL || type == GL_DEPTH_COMPONENT) {
584 case GL_STENCIL:
646 case GL_STENCIL:
H A Ds_blit.c750 GL_STENCIL,
/external/deqp/framework/opengl/
H A DgluStrUtil.inl196 case GL_STENCIL: return "GL_STENCIL";
569 case GL_STENCIL: return "GL_STENCIL";
581 case GL_STENCIL: return "GL_STENCIL";
603 case GL_STENCIL: return "GL_STENCIL";
/external/mesa3d/src/mesa/main/
H A Ddrawpix.c219 type != GL_STENCIL &&
H A Dfbobject.c296 attachment == GL_STENCIL);
307 case GL_STENCIL:
365 case GL_STENCIL:
769 * if GL_STENCIL, this is a stencil component attachment point.
775 assert(format == GL_COLOR || format == GL_DEPTH || format == GL_STENCIL);
876 assert(format == GL_STENCIL);
923 assert(format == GL_STENCIL);
1014 test_attachment_completeness(ctx, GL_STENCIL, att);
3671 attachment != GL_DEPTH && attachment != GL_STENCIL) {
3759 ((attachment != GL_DEPTH && attachment != GL_STENCIL) ||
[all...]
H A Dclear.c337 case GL_STENCIL:
H A Dframebuffer.c718 * GL_DEPTH_COMPONENT, etc. or GL_COLOR, GL_DEPTH, GL_STENCIL.
789 case GL_STENCIL:
817 * GL_DEPTH_COMPONENT, etc. or GL_COLOR, GL_DEPTH, GL_STENCIL.
/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp177 GL_STENCIL
602 if (attachmentExists(GL_STENCIL))
608 GL_STENCIL,
H A Des3fNegativeBufferApiTests.cpp443 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if buffer is GL_STENCIL and drawBuffer is not zero.");
444 glClearBufferiv(GL_STENCIL, 1, &data[0]);
480 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is GL_DEPTH, GL_STENCIL or GL_DEPTH_STENCIL.");
483 glClearBufferuiv(GL_STENCIL, 1, &data[0]);
521 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if buffer is GL_STENCIL or GL_DEPTH_STENCIL.");
522 glClearBufferfv(GL_STENCIL, 1, &data[0]);
548 glClearBufferfi(GL_STENCIL, 0, 1.0f, 1);
H A Des3fRasterizerDiscardTests.cpp338 case CASE_CLEAR_STENCIL: (m_caseOptions & CASEOPTION_FBO) ? glClearBufferiv(GL_STENCIL, 0, &FAIL_STENCIL) : glClear(GL_STENCIL_BUFFER_BIT); break;
H A Des3fFboInvalidateTests.cpp65 attachments.push_back(GL_STENCIL);
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp605 gl.clearBufferiv(GL_STENCIL, 0, &stencil);
809 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break;
/external/deqp/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp538 ctx.beginSection("GL_INVALID_VALUE is generated if buffer is GL_COLOR or GL_STENCIL and drawBuffer is greater than or equal to GL_MAX_DRAW_BUFFERS.");
544 ctx.beginSection("GL_INVALID_VALUE is generated if buffer is GL_COLOR or GL_STENCIL and drawBuffer is negative.");
549 ctx.beginSection("GL_INVALID_VALUE is generated if buffer is GL_STENCIL and drawBuffer is not zero.");
550 ctx.glClearBufferiv (GL_STENCIL, 1, &data[0]);
581 ctx.beginSection("GL_INVALID_ENUM is generated if buffer is GL_DEPTH, GL_STENCIL, or GL_DEPTH_STENCIL.");
584 ctx.glClearBufferuiv (GL_STENCIL, 0, &data[0]);
628 ctx.beginSection("GL_INVALID_ENUM is generated if buffer is GL_STENCIL or GL_DEPTH_STENCIL.");
629 ctx.glClearBufferfv (GL_STENCIL, 1, &data[0]);
664 ctx.glClearBufferfi (GL_STENCIL, 0, 1.0f, 1);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c836 _mesa_problem(ctx, "Gallium glDrawPixels(GL_STENCIL) with "
1186 * Software fallback for glCopyPixels(GL_STENCIL).
1447 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL);
1452 if (type == GL_STENCIL) {
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp1777 static const glw::GLenum default_attachments[] = { GL_COLOR, GL_DEPTH, GL_STENCIL };
1996 static const glw::GLenum default_attachments[] = { GL_COLOR, GL_DEPTH, GL_STENCIL };
4240 GL_BACK_RIGHT, GL_DEPTH, GL_STENCIL };
4243 "GL_BACK_RIGHT", "GL_DEPTH", "GL_STENCIL" };
6054 case GL_STENCIL:
6215 gl.clearNamedFramebufferfv(m_fbo_valid, GL_STENCIL, 0, fcolor);
6243 gl.clearNamedFramebufferiv(m_fbo_valid, GL_STENCIL, 1, icolor);
7029 GL_BACK_LEFT, GL_BACK_RIGHT, GL_DEPTH, GL_STENCIL };
H A Dgl4cPipelineStatisticsQueryTests.cpp2618 gl.clearBufferiv(GL_STENCIL, 0, /* drawbuffer */
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3299 bool isStencil = attachments[attNdx] == (isFboBound ? GL_STENCIL_ATTACHMENT : GL_STENCIL);
3418 RC_IF_ERROR(buffer != GL_COLOR && buffer != GL_STENCIL, GL_INVALID_ENUM, RC_RET_VOID);
3448 TCU_CHECK_INTERNAL(buffer == GL_STENCIL);
3552 clearBufferiv(GL_STENCIL, drawbuffer, &stencil);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h504 #define GL_STENCIL 0x1802 macro
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp2273 case GL_STENCIL:
3560 case GL_STENCIL:
H A DlibGLESv2.cpp2742 case GL_STENCIL:
2808 case GL_STENCIL:
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl230 #define GL_STENCIL 0x1802
/external/mesa3d/include/GL/
H A Dgl.h471 #define GL_STENCIL 0x1802 macro
/external/mesa3d/include/GLES3/
H A Dgl3.h679 #define GL_STENCIL 0x1802 macro

Completed in 422 milliseconds

12