Searched refs:GL_FRONT_AND_BACK (Results 1 - 25 of 70) sorted by relevance

123

/external/mesa3d/src/mesa/main/
H A Dstencil.c234 ? GL_FRONT : GL_FRONT_AND_BACK),
286 ? GL_FRONT : GL_FRONT_AND_BACK),
363 ? GL_FRONT : GL_FRONT_AND_BACK),
416 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) {
460 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) {
498 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) {
H A Dpolygon.c61 if (mode!=GL_FRONT && mode!=GL_BACK && mode!=GL_FRONT_AND_BACK) {
150 case GL_FRONT_AND_BACK:
H A Dbuffers.c90 * GL_FRONT_AND_BACK), return the corresponding bitmask of BUFFER_BIT_* flags.
130 case GL_FRONT_AND_BACK:
207 case GL_FRONT_AND_BACK:
251 * \param buffer buffer token such as GL_LEFT or GL_FRONT_AND_BACK, etc.
348 * GL_FRONT_AND_BACK is illegal. The only exception is GL_BACK
604 * colorbuffer names. (i.e. GL_FRONT_AND_BACK =>
628 * (ex: glDrawBuffer(GL_FRONT_AND_BACK)).
H A Dlight.c595 else if (face != GL_FRONT_AND_BACK) {
1204 ctx->Light.ColorMaterialFace = GL_FRONT_AND_BACK;
1207 GL_FRONT_AND_BACK,
H A Dclear.c295 case GL_FRONT_AND_BACK:
H A Des1_conversion.c580 if (face != GL_FRONT_AND_BACK) {
602 if (face != GL_FRONT_AND_BACK) {
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp248 glMaterialfv(GL_FRONT_AND_BACK, GL_AMBIENT, Vector4f(0.7, 0.7, 0.7, 1).data());
249 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, Vector4f(0.8, 0.75, 0.6, 1).data());
250 glMaterialfv(GL_FRONT_AND_BACK, GL_SPECULAR, Vector4f(1, 1, 1, 1).data());
251 glMaterialf(GL_FRONT_AND_BACK, GL_SHININESS, 64);
461 glPolygonMode(GL_FRONT_AND_BACK,GL_FILL);
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp289 GL_FRONT_AND_BACK
475 GL_FRONT_AND_BACK
663 GL_FRONT_AND_BACK
701 GL_FRONT_AND_BACK
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp324 GL_FRONT_AND_BACK
510 GL_FRONT_AND_BACK
725 GL_FRONT_AND_BACK
763 GL_FRONT_AND_BACK
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_clip_state.c126 case GL_FRONT_AND_BACK:
H A Dgen7_sf_state.c186 case GL_FRONT_AND_BACK:
H A Dbrw_clip.c181 ctx->Polygon.CullFaceMode == GL_FRONT_AND_BACK)
H A Dbrw_sf_state.c212 case GL_FRONT_AND_BACK:
H A Dgen6_sf_state.c351 case GL_FRONT_AND_BACK:
H A Dgen8_sf_state.c249 case GL_FRONT_AND_BACK:
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c142 else if (cull == GL_FRONT_AND_BACK)
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp814 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK};
2107 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefSeparateTestCase (m_context, verifier, (std::string("stencil_ref_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_REF (separate)", GL_STENCIL_REF, GL_FRONT_AND_BACK)));
2109 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefSeparateTestCase (m_context, verifier, (std::string("stencil_back_ref_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF (separate)", GL_STENCIL_BACK_REF, GL_FRONT_AND_BACK)));
2131 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilOpSeparateTestCase (m_context, verifier, (std::string("stencil_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), stencilOps[testNdx].frontDescription, stencilOps[testNdx].frontTarget, GL_FRONT_AND_BACK)));
2132 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilOpSeparateTestCase (m_context, verifier, (std::string("stencil_back_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), stencilOps[testNdx].backDescription, stencilOps[testNdx].backTarget, GL_FRONT_AND_BACK)));
2140 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_func_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_FUNC, GL_FRONT_AND_BACK)));
2142 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_back_func_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_BACK_FUNC, GL_FRONT_AND_BACK)));
2146 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilMaskSeparateTestCase (m_context, verifier, (std::string("stencil_value_mask_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_VALUE_MASK (separate)", GL_STENCIL_VALUE_MASK, GL_FRONT_AND_BACK)));
2148 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilMaskSeparateTestCase (m_context, verifier, (std::string("stencil_back_value_mask_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_VALUE_MASK (separate)", GL_STENCIL_BACK_VALUE_MASK, GL_FRONT_AND_BACK)));
2152 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilWriteMaskSeparateTestCase (m_context, verifier, (std::string("stencil_writemask_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_WRITEMASK (separate)", GL_STENCIL_WRITEMASK, GL_FRONT_AND_BACK)));
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c116 case GL_FRONT_AND_BACK:
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1093 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK};
2856 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefSeparateTestCase (m_context, verifier, (std::string("stencil_ref_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_REF (separate)", GL_STENCIL_REF, GL_FRONT_AND_BACK)));
2858 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilRefSeparateTestCase (m_context, verifier, (std::string("stencil_back_ref_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF (separate)", GL_STENCIL_BACK_REF, GL_FRONT_AND_BACK)));
2880 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilOpSeparateTestCase (m_context, verifier, (std::string("stencil_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), stencilOps[testNdx].frontDescription, stencilOps[testNdx].frontTarget, GL_FRONT_AND_BACK)));
2881 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilOpSeparateTestCase (m_context, verifier, (std::string("stencil_back_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), stencilOps[testNdx].backDescription, stencilOps[testNdx].backTarget, GL_FRONT_AND_BACK)));
2889 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_func_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_FUNC, GL_FRONT_AND_BACK)));
2891 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilFuncSeparateTestCase (m_context, verifier, (std::string("stencil_back_func_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_BACK_FUNC, GL_FRONT_AND_BACK)));
2895 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilMaskSeparateTestCase (m_context, verifier, (std::string("stencil_value_mask_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_VALUE_MASK (separate)", GL_STENCIL_VALUE_MASK, GL_FRONT_AND_BACK)));
2897 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilMaskSeparateTestCase (m_context, verifier, (std::string("stencil_back_value_mask_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_BACK_VALUE_MASK (separate)", GL_STENCIL_BACK_VALUE_MASK, GL_FRONT_AND_BACK)));
2901 FOR_EACH_VERIFIER(normalVerifiers, addChild(new StencilWriteMaskSeparateTestCase (m_context, verifier, (std::string("stencil_writemask_separate_both") + verifier->getTestNamePostfix()).c_str(), "STENCIL_WRITEMASK (separate)", GL_STENCIL_WRITEMASK, GL_FRONT_AND_BACK)));
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp1152 case GL_FRONT_AND_BACK:
4780 glStencilFuncSeparate(GL_FRONT_AND_BACK, func, ref, mask);
4791 case GL_FRONT_AND_BACK:
4816 if(face == GL_FRONT || face == GL_FRONT_AND_BACK)
4821 if(face == GL_BACK || face == GL_FRONT_AND_BACK)
4830 glStencilMaskSeparate(GL_FRONT_AND_BACK, mask);
4841 case GL_FRONT_AND_BACK:
4851 if(face == GL_FRONT || face == GL_FRONT_AND_BACK)
4856 if(face == GL_BACK || face == GL_FRONT_AND_BACK)
4865 glStencilOpSeparate(GL_FRONT_AND_BACK, fai
[all...]
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Ddemo.c694 glMaterialfv(GL_FRONT_AND_BACK, GL_SPECULAR, materialSpecular);
695 glMaterialf(GL_FRONT_AND_BACK, GL_SHININESS, 60);
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp1243 case GL_FRONT_AND_BACK:
4010 glStencilFuncSeparate(GL_FRONT_AND_BACK, func, ref, mask);
4021 case GL_FRONT_AND_BACK:
4051 if(face == GL_FRONT || face == GL_FRONT_AND_BACK)
4056 if(face == GL_BACK || face == GL_FRONT_AND_BACK)
4065 glStencilMaskSeparate(GL_FRONT_AND_BACK, mask);
4076 case GL_FRONT_AND_BACK:
4091 if(face == GL_FRONT || face == GL_FRONT_AND_BACK)
4096 if(face == GL_BACK || face == GL_FRONT_AND_BACK)
4105 glStencilOpSeparate(GL_FRONT_AND_BACK, fai
[all...]
H A Dutilities.cpp582 case GL_FRONT_AND_BACK:
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.cpp685 case GL_FRONT_AND_BACK:
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...

Completed in 853 milliseconds

123