/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | DifferentStencilMasksTest.cpp | 58 glStencilMaskSeparate(GL_BACK, 0x01ff); in TEST_P() 71 glStencilMaskSeparate(GL_BACK, 0x0002); in TEST_P() 92 glStencilMaskSeparate(GL_BACK, 0x0002); in TEST_P()
|
/third_party/mesa3d/src/mesa/main/ |
D | stencil.c | 383 if (face == GL_FRONT || face == GL_BACK) { in _mesa_ActiveStencilFaceEXT() 396 if (face != GL_BACK) { in stencil_op_separate() 456 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) { in _mesa_StencilOpSeparate() 472 if (face != GL_BACK) { in stencil_func_separate() 506 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) { in _mesa_StencilFuncSeparate() 526 if (face != GL_BACK) { in stencil_mask_separate() 553 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) { in _mesa_StencilMaskSeparate()
|
D | buffers.c | 117 case GL_BACK: in _mesa_back_to_front_if_single_buffered() 147 case GL_BACK: in draw_buffer_enum_to_bitmask() 209 case GL_BACK: in read_buffer_enum_to_index() 258 return buf == GL_BACK || buf == GL_NONE || in is_legal_es3_readbuffer_enum() 462 (n != 1 || (buffers[0] != GL_NONE && buffers[0] != GL_BACK))) { in draw_buffers() 493 if (buffers[output] == GL_BACK && in draw_buffers() 506 (buffers[output] == GL_BACK && in draw_buffers()
|
D | polygon.c | 63 mode != GL_FRONT && mode != GL_BACK && mode != GL_FRONT_AND_BACK) { in cull_face() 206 case GL_BACK: in polygon_mode() 368 ctx->Polygon.CullFaceMode = GL_BACK; in _mesa_init_polygon()
|
D | context.c | 1394 buffer = GL_BACK; in handle_first_current() 1407 buffer = GL_BACK; in handle_first_current() 1550 newCtx->ReadBuffer->ColorReadBuffer = GL_BACK; in _mesa_make_current()
|
D | attrib.c | 960 TEST_AND_CALL1_SEL(Polygon.BackMode, PolygonMode, GL_BACK); in _mesa_PopAttrib() 1011 ? GL_BACK : GL_FRONT); in _mesa_PopAttrib() 1023 _mesa_StencilFuncSeparate(GL_BACK, in _mesa_PopAttrib() 1027 TEST_AND_CALL1_SEL(Stencil.WriteMask[1], StencilMaskSeparate, GL_BACK); in _mesa_PopAttrib() 1028 _mesa_StencilOpSeparate(GL_BACK, attr->Stencil.FailFunc[1], in _mesa_PopAttrib()
|
/third_party/mesa3d/src/glx/apple/ |
D | apple_xgl_api_stereo.c | 62 case GL_BACK: in __applegl_glDrawBuffer() 99 if (GL_BACK == bufs[i]) { in __applegl_glDrawBuffers()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Framebuffer.cpp | 685 case GL_BACK: in getReadBufferIndex() 696 readBuffer = GL_BACK; in DefaultFramebuffer() 697 drawBuffer[0] = GL_BACK; in DefaultFramebuffer() 706 readBuffer = GL_BACK; in DefaultFramebuffer() 707 drawBuffer[0] = GL_BACK; in DefaultFramebuffer()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 288 GL_BACK, in init() 474 GL_BACK, in init() 662 GL_BACK, in init() 700 GL_BACK, in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 323 GL_BACK, in init() 509 GL_BACK, in init() 724 GL_BACK, in init() 762 GL_BACK, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 358 mDrawBufferStates(1, GL_BACK), in FramebufferState() 359 mReadBufferState(GL_BACK), in FramebufferState() 418 case GL_BACK: in getAttachment() 458 ASSERT(mReadBufferState == GL_BACK || in getReadIndex() 460 uint32_t readIndex = mReadBufferState == GL_BACK ? 0 : mReadBufferState - GL_COLOR_ATTACHMENT0; in getReadIndex() 663 (drawBufferIdx == 0 && mDrawBufferStates[drawBufferIdx] == GL_BACK)); in getDrawBuffer() 665 if (mDrawBufferStates[drawBufferIdx] == GL_BACK) in getDrawBuffer() 822 setAttachmentImpl(context, GL_FRAMEBUFFER_DEFAULT, GL_BACK, ImageIndex(), surface, in Framebuffer() 898 context, GL_FRAMEBUFFER_DEFAULT, GL_BACK, ImageIndex(), readSurface, in setReadSurface() 1133 ASSERT(buffer == GL_BACK || buffer == GL_NONE || in setReadBuffer() [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | PersistentPipelineStateGL.cpp | 52 gl.StencilFuncSeparate(GL_BACK, mStencilBackCompareFunction, mStencilReference, in CallGLStencilFunc()
|
D | RenderPipelineGL.cpp | 55 GLenum cullMode = (mode == wgpu::CullMode::Front) ? GL_FRONT : GL_BACK; in ApplyFrontFaceAndCulling() 205 gl.StencilOpSeparate(GL_BACK, OpenGLStencilOperation(descriptor->stencilBack.failOp), in ApplyDepthStencilState()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_pixel_buffer_object.txt | 317 DrawBuffer(GL_BACK); 322 ReadBuffer(GL_BACK); 417 DrawBuffer(GL_BACK); 421 ReadBuffer(GL_BACK); 438 DrawBuffer(GL_BACK);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_pixel_buffer_object.txt | 317 DrawBuffer(GL_BACK); 322 ReadBuffer(GL_BACK); 417 DrawBuffer(GL_BACK); 421 ReadBuffer(GL_BACK); 438 DrawBuffer(GL_BACK);
|
/third_party/skia/third_party/externals/angle2/samples/simple_texture_cubemap/ |
D | SimpleTextureCubemap.cpp | 68 glCullFace(GL_BACK); in initialize()
|
/third_party/skia/third_party/externals/angle2/samples/simple_vertex_shader/ |
D | SimpleVertexShader.cpp | 71 glCullFace(GL_BACK); in initialize()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStateReset.cpp | 113 gl.cullFace (GL_BACK); in resetStateES() 397 const deUint32 drawBuffer = defaultFbo != 0 ? GL_COLOR_ATTACHMENT0 : GL_BACK; in resetStateES() 398 const deUint32 readBuffer = defaultFbo != 0 ? GL_COLOR_ATTACHMENT0 : GL_BACK; in resetStateES() 719 gl.cullFace (GL_BACK); in resetStateGLCore() 1051 gl.drawBuffer(GL_BACK); in resetStateGLCore() 1052 gl.readBuffer(GL_BACK); in resetStateGLCore()
|
/third_party/skia/third_party/externals/angle2/samples/post_sub_buffer/ |
D | PostSubBuffer.cpp | 74 glCullFace(GL_BACK); in initialize()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedBlending.cpp | 89 glw::GLenum bufs[1] = { GL_BACK }; in releaseFramebuffer() 91 gl.readBuffer(GL_BACK); in releaseFramebuffer()
|
D | esextcDrawBuffersIndexedColorMasks.cpp | 91 glw::GLenum bufs[1] = { GL_BACK }; in releaseFramebuffer() 93 gl.readBuffer(GL_BACK); in releaseFramebuffer()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fNegativeBufferApiTests.cpp | 645 values[1] = GL_BACK; in init() 852 glReadBuffer (GL_BACK); in init() 873 glReadBuffer (GL_BACK); in init() 1275 glFramebufferTextureLayer (GL_FRAMEBUFFER, GL_BACK, tex3D, 0, 1); in init() 1338 glInvalidateFramebuffer (GL_BACK, 1, &attachments[0]); in init() 1372 glInvalidateSubFramebuffer (GL_BACK, 1, &attachments[0], 0, 0, 16, 16); in init()
|
D | es3fIntegerStateQueryTests.cpp | 1090 m_verifier->verifyInteger(m_testCtx, GL_CULL_FACE_MODE, GL_BACK); in test() 1093 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK}; in test() 2596 const GLenum colorAttachment = isGlCore45 ? GL_FRONT : GL_BACK; in test() 2597 const GLint validInitialValues[] = {(GLint)colorAttachment, GL_BACK, GL_NONE}; in test() 2655 const GLint validInitialValues[] = {GL_FRONT, GL_BACK, GL_NONE}; in test() 2664 bufs = GL_BACK; in test() 2666 const GLint validDraw0Values[] = {GL_FRONT_LEFT, GL_BACK}; in test() 2872 …r->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF (separate)", GL_STENCIL_BACK_REF, GL_BACK))); in init() 2899 …tfix()).c_str(), stencilOps[testNdx].backDescription, stencilOps[testNdx].backTarget, GL_BACK))); in init() 2905 …r->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_BACK_FUNC, GL_BACK))); in init() [all …]
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_configless_context.spec | 111 draw buffer set to GL_BACK is made current with a single-buffered
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 811 m_verifier->verifyInteger(m_testCtx, GL_CULL_FACE_MODE, GL_BACK); in test() 814 const GLenum cullFaces[] = {GL_FRONT, GL_BACK, GL_FRONT_AND_BACK}; in test() 2112 …r->getTestNamePostfix()).c_str(), "STENCIL_BACK_REF (separate)", GL_STENCIL_BACK_REF, GL_BACK))); in init() 2139 …tfix()).c_str(), stencilOps[testNdx].backDescription, stencilOps[testNdx].backTarget, GL_BACK))); in init() 2145 …r->getTestNamePostfix()).c_str(), "STENCIL_FUNC (separate)", GL_STENCIL_BACK_FUNC, GL_BACK))); in init() 2151 …ePostfix()).c_str(), "STENCIL_BACK_VALUE_MASK (separate)", GL_STENCIL_BACK_VALUE_MASK, GL_BACK))); in init() 2157 …amePostfix()).c_str(), "STENCIL_BACK_WRITEMASK (separate)", GL_STENCIL_BACK_WRITEMASK, GL_BACK))); in init()
|