Searched refs:GL_FRONT (Results 76 - 100 of 134) sorted by path

123456

/external/deqp/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp372 gl.cullFace(GL_FRONT);
808 gl.cullFace(GL_FRONT);
H A Des2pStateChangeCallTests.cpp287 GL_FRONT,
473 GL_FRONT,
661 GL_FRONT,
699 GL_FRONT,
H A Des2pStateChangeTests.cpp406 gl.cullFace(GL_FRONT);
898 gl.cullFace(GL_FRONT);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp442 deUint32 glFace = face == rr::FACETYPE_BACK ? GL_BACK : GL_FRONT;
H A Des3fIntegerStateQueryTests.cpp1208 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK};
2784 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefSeparateTestCase (m_context, verifier, (std::string("stencil_ref_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_REF (separate)", GL_STENCIL_REF, GL_FRONT)));
2812 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilOpSeparateTestCase (m_context, verifier, (std::string("stencil_") + stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), stencilOps[testNdx].frontDescription, stencilOps[testNdx].frontTarget, GL_FRONT)));
2817 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_func_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_FUNC, GL_FRONT)));
2823 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilMaskSeparateTestCase (m_context, verifier, (std::string("stencil_value_mask_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_VALUE_MASK (separate)", GL_STENCIL_VALUE_MASK, GL_FRONT)));
2829 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilWriteMaskSeparateTestCase (m_context, verifier, (std::string("stencil_writemask_separate") + verifier->getTestNamePostfix()).c_str(), "STENCIL_WRITEMASK (separate)", GL_STENCIL_WRITEMASK, GL_FRONT)));
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.");
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.");
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.");
828 glReadBuffer (GL_FRONT);
H A Des3fNegativeFragmentApiTests.cpp93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
99 glStencilFuncSeparate(GL_FRONT, -1, 0, 1);
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
122 glStencilOpSeparate(GL_FRONT, -1, GL_ZERO, GL_REPLACE);
124 glStencilOpSeparate(GL_FRONT, GL_KEEP, -1, GL_REPLACE);
126 glStencilOpSeparate(GL_FRONT, GL_KEEP, GL_ZERO, -1);
132 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
H A Des3fRandomFragmentOpTests.cpp170 deUint32 glFace = face == rr::FACETYPE_BACK ? GL_BACK : GL_FRONT;
H A Des3fRasterizationTests.cpp1577 const bool cullDirection = (m_cullMode == GL_FRONT) ^ (m_faceOrder == GL_CCW);
2201 { GL_FRONT, "front_" },
/external/deqp/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp372 gl.cullFace(GL_FRONT);
882 gl.cullFace(GL_FRONT);
H A Des3pStateChangeCallTests.cpp322 GL_FRONT,
508 GL_FRONT,
723 GL_FRONT,
761 GL_FRONT,
H A Des3pStateChangeTests.cpp406 gl.cullFace(GL_FRONT);
982 gl.cullFace(GL_FRONT);
/external/deqp/modules/gles31/functional/
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.");
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.");
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.");
838 ctx.glReadBuffer (GL_FRONT);
H A Des31fNegativeFragmentApiTests.cpp89 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
95 ctx.glStencilFuncSeparate(GL_FRONT, -1, 0, 1);
114 ctx.beginSection("GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
120 ctx.glStencilOpSeparate(GL_FRONT, -1, GL_ZERO, GL_REPLACE);
122 ctx.glStencilOpSeparate(GL_FRONT, GL_KEEP, -1, GL_REPLACE);
124 ctx.glStencilOpSeparate(GL_FRONT, GL_KEEP, GL_ZERO, -1);
131 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp241 deUint32 glFace = face == rr::FACETYPE_BACK ? GL_BACK : GL_FRONT;
/external/mesa3d/include/GL/
H A Dgl.h269 #define GL_FRONT 0x0404 macro
467 /*GL_FRONT 0x0404 */
/external/mesa3d/include/GLES/
H A Dgl.h115 #define GL_FRONT 0x0404 macro
/external/mesa3d/include/GLES2/
H A Dgl2.h130 #define GL_FRONT 0x0404 macro
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_stereo.c66 case GL_FRONT:
101 else if (GL_FRONT == bufs[i]) {
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c301 ctx->Driver.StencilFuncSeparate(ctx, GL_FRONT,
309 ctx->Driver.StencilMaskSeparate(ctx, GL_FRONT, ctx->Stencil.WriteMask[0]);
311 ctx->Driver.StencilOpSeparate(ctx, GL_FRONT,
H A Dmeta.c917 _mesa_PolygonMode(GL_FRONT, save->FrontPolygonMode);
985 ? GL_BACK : GL_FRONT);
988 _mesa_StencilFuncSeparate(GL_FRONT,
992 _mesa_StencilMaskSeparate(GL_FRONT, stencil->WriteMask[0]);
993 _mesa_StencilOpSeparate(GL_FRONT, stencil->FailFunc[0],
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c607 if (ctx->Polygon.CullFaceMode == GL_FRONT)
H A Di915_state.c583 if (ctx->Polygon.CullFaceMode == GL_FRONT)
H A Dintel_buffers.c92 || (mode == GL_FRONT) || (mode == GL_FRONT_AND_BACK);
115 || (mode == GL_FRONT);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c173 ctx->Polygon.CullFaceMode != GL_FRONT) {

Completed in 462 milliseconds

123456