Home
last modified time | relevance | path

Searched refs:GL_BACK (Results 1 – 25 of 90) sorted by relevance

1234

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_0_autogen.h47 EXPECT_CALL(*gl_, CullFace(GL_BACK)) in SetupInitStateExpectations()
87 EXPECT_CALL(*gl_, StencilFuncSeparate(GL_BACK, GL_ALWAYS, 0, 0xFFFFFFFFU)) in SetupInitStateExpectations()
93 EXPECT_CALL(*gl_, StencilMaskSeparate(GL_BACK, 0xFFFFFFFFU)) in SetupInitStateExpectations()
99 EXPECT_CALL(*gl_, StencilOpSeparate(GL_BACK, GL_KEEP, GL_KEEP, GL_KEEP)) in SetupInitStateExpectations()
Dcontext_state_impl_autogen.h46 cull_mode = GL_BACK; in Initialize()
128 GL_BACK, stencil_back_func, stencil_back_ref, stencil_back_mask); in InitState()
130 glStencilMaskSeparate(GL_BACK, stencil_back_writemask); in InitState()
135 GL_BACK, stencil_back_fail_op, stencil_back_z_fail_op, in InitState()
Dcontext_group.cc56 draw_buffer_(GL_BACK) { in ContextGroup()
121 draw_buffer_ = GL_BACK; in Initialize()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dstencil.c174 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, in _mesa_StencilFuncSeparateATI()
225 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, func, ref, mask); in _mesa_StencilFunc()
285 ctx->Driver.StencilMaskSeparate(ctx, GL_BACK, mask); in _mesa_StencilMask()
358 ctx->Driver.StencilOpSeparate(ctx, GL_BACK, fail, zfail, zpass); in _mesa_StencilOp()
401 if (face == GL_FRONT || face == GL_BACK) { in _mesa_ActiveStencilFaceEXT()
441 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) { in _mesa_StencilOpSeparate()
446 if (face != GL_BACK) { in _mesa_StencilOpSeparate()
487 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) { in _mesa_StencilFuncSeparate()
500 if (face != GL_BACK) { in _mesa_StencilFuncSeparate()
528 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) { in _mesa_StencilMaskSeparate()
[all …]
Dpolygon.c62 if (mode!=GL_FRONT && mode!=GL_BACK && mode!=GL_FRONT_AND_BACK) { in _mesa_CullFace()
163 case GL_BACK: in _mesa_PolygonMode()
320 ctx->Polygon.CullFaceMode = GL_BACK; in _mesa_init_polygon()
Dbuffers.c104 case GL_BACK: in draw_buffer_enum_to_bitmask()
162 case GL_BACK: in read_buffer_enum_to_index()
/external/mesa3d/src/mesa/main/
Dstencil.c174 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, in _mesa_StencilFuncSeparateATI()
225 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, func, ref, mask); in _mesa_StencilFunc()
285 ctx->Driver.StencilMaskSeparate(ctx, GL_BACK, mask); in _mesa_StencilMask()
358 ctx->Driver.StencilOpSeparate(ctx, GL_BACK, fail, zfail, zpass); in _mesa_StencilOp()
401 if (face == GL_FRONT || face == GL_BACK) { in _mesa_ActiveStencilFaceEXT()
441 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) { in _mesa_StencilOpSeparate()
446 if (face != GL_BACK) { in _mesa_StencilOpSeparate()
487 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) { in _mesa_StencilFuncSeparate()
500 if (face != GL_BACK) { in _mesa_StencilFuncSeparate()
528 if (face != GL_FRONT && face != GL_BACK && face != GL_FRONT_AND_BACK) { in _mesa_StencilMaskSeparate()
[all …]
Dpolygon.c62 if (mode!=GL_FRONT && mode!=GL_BACK && mode!=GL_FRONT_AND_BACK) { in _mesa_CullFace()
163 case GL_BACK: in _mesa_PolygonMode()
320 ctx->Polygon.CullFaceMode = GL_BACK; in _mesa_init_polygon()
Dbuffers.c104 case GL_BACK: in draw_buffer_enum_to_bitmask()
162 case GL_BACK: in read_buffer_enum_to_index()
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Dapple_xgl_api_stereo.c61 case GL_BACK: in __applegl_glDrawBuffer()
98 if (GL_BACK == bufs[i]) { in __applegl_glDrawBuffersARB()
/external/mesa3d/src/glx/apple/
Dapple_xgl_api_stereo.c61 case GL_BACK: in __applegl_glDrawBuffer()
98 if (GL_BACK == bufs[i]) { in __applegl_glDrawBuffersARB()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLDrawBuffers.cpp79 if (bufs[0] != GL_BACK && bufs[0] != GL_NONE) { in drawBuffersWEBGL()
84 GC3Denum value = (bufs[0] == GL_BACK) ? GL_COLOR_ATTACHMENT0 : GL_NONE; in drawBuffersWEBGL()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
Ddriverfuncs.c305 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, in _mesa_init_driver_state()
310 ctx->Driver.StencilMaskSeparate(ctx, GL_BACK, ctx->Stencil.WriteMask[1]); in _mesa_init_driver_state()
315 ctx->Driver.StencilOpSeparate(ctx, GL_BACK, in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c305 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, in _mesa_init_driver_state()
310 ctx->Driver.StencilMaskSeparate(ctx, GL_BACK, ctx->Stencil.WriteMask[1]); in _mesa_init_driver_state()
315 ctx->Driver.StencilOpSeparate(ctx, GL_BACK, in _mesa_init_driver_state()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dgen7_clip_state.c62 case GL_BACK: in upload_clip_state()
Dbrw_clip.c191 ctx->Polygon.CullFaceMode != GL_BACK) { in brw_upload_clip_prog()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_clip_state.c62 case GL_BACK: in upload_clip_state()
Dbrw_clip.c191 ctx->Polygon.CullFaceMode != GL_BACK) { in brw_upload_clip_prog()
Dgen7_sf_state.c231 case GL_BACK: in upload_sf_state()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_polygon.c45 mode == GL_BACK ? NV10_3D_CULL_FACE_BACK : in nv10_emit_cull_face()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnv10_state_polygon.c45 mode == GL_BACK ? NV10_3D_CULL_FACE_BACK : in nv10_emit_cull_face()
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_TextureCubemap/
DSimple_TextureCubemap.c164 glCullFace ( GL_BACK ); in Draw()
/external/chromium_org/third_party/angle/src/libGLESv2/
DFramebuffer.cpp574 mDrawBufferStates[0] = GL_BACK; in DefaultFramebuffer()
575 mReadBufferState = GL_BACK; in DefaultFramebuffer()
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_atom_rasterizer.c107 case GL_BACK: in update_raster_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c107 case GL_BACK: in update_raster_state()

1234