HomeSort by relevance Sort by last modified time
    Searched refs:StencilOp (Results 1 - 25 of 47) sorted by null

1 2

  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 112 class StencilOp
134 StencilOp (Type type_, GLenum stencilTest_ = GL_ALWAYS, int stencil_ = 0, GLenum depthTest_ = GL_ALWAYS, float depth_ = 1.0f, GLenum sFail_ = GL_KEEP, GLenum dFail_ = GL_KEEP, GLenum dPass_ = GL_KEEP)
147 static StencilOp clearStencil (int stencil)
149 StencilOp op(TYPE_CLEAR_STENCIL);
154 static StencilOp clearDepth (float depth)
156 StencilOp op(TYPE_CLEAR_DEPTH);
161 static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFail, GLenum dFail, GLenum dPass)
163 return StencilOp(TYPE_QUAD, stencilTest, stencil, depthTest, depth, sFail, dFail, dPass);
177 virtual void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) = DE_NULL;
180 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fStencilTests.cpp 115 class StencilOp
137 StencilOp (Type type_, GLenum stencilTest_ = GL_ALWAYS, int stencil_ = 0, GLenum depthTest_ = GL_ALWAYS, float depth_ = 1.0f, GLenum sFail_ = GL_KEEP, GLenum dFail_ = GL_KEEP, GLenum dPass_ = GL_KEEP)
150 static StencilOp clearStencil (int stencil)
152 StencilOp op(TYPE_CLEAR_STENCIL);
157 static StencilOp clearDepth (float depth)
159 StencilOp op(TYPE_CLEAR_DEPTH);
164 static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFail, GLenum dFail, GLenum dPass)
166 return StencilOp(TYPE_QUAD, stencilTest, stencil, depthTest, depth, sFail, dFail, dPass);
180 virtual void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) = DE_NULL;
183 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 46 rr::StencilOp mapGLStencilOp (deUint32 op);
sglrReferenceUtils.cpp 233 rr::StencilOp mapGLStencilOp (deUint32 op)
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 94 enum StencilOp
179 StencilOp sFail;
180 StencilOp dpFail;
181 StencilOp dpPass;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 120 OP(StencilOp) /* 361 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 104 GET_PROC(StencilOp);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 104 GET_PROC(StencilOp);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 122 #define glStencilOp GLES2_GET_FUN(StencilOp)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 133 GET_PROC(StencilOp);
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 133 GET_PROC(StencilOp);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 80 EXPECT_CALL(*gl_, StencilOp(GL_KEEP, GL_INCR, GL_KEEP));
81 SpecializedSetup<cmds::StencilOp, 0>(true);
82 cmds::StencilOp cmd;
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 988 void StencilOp(PP_Resource context_id,
994 ToGles2Impl(&enter)->StencilOp(fail, zfail, zpass);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 398 void GLES2InterfaceStub::StencilOp(GLenum /* fail */,
    [all...]
gles2_cmd_helper_autogen.h 977 void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) {
978 gles2::cmds::StencilOp* c = GetCmdSpace<gles2::cmds::StencilOp>();
    [all...]
gles2_implementation_unittest_autogen.h 1042 TEST_F(GLES2ImplementationTest, StencilOp) {
1044 cmds::StencilOp cmd;
1049 gl_->StencilOp(GL_KEEP, GL_INCR, GL_KEEP);
    [all...]
gles2_trace_implementation_impl_autogen.h 697 void GLES2TraceImplementation::StencilOp(GLenum fail,
700 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::StencilOp");
701 gl_->StencilOp(fail, zfail, zpass);
    [all...]
gles2_implementation_autogen.h 341 virtual void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) OVERRIDE;
gles2_interface_autogen.h 237 virtual void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) = 0;
gles2_interface_stub_autogen.h 247 virtual void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) OVERRIDE;
gles2_trace_implementation_autogen.h 247 virtual void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) OVERRIDE;
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 975 void StencilOp(PP_Resource context_id,
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 371 VISIT_GL_CALL(StencilOp,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 342 void (*StencilOp)(PP_Resource context,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 294 void (GLAPIENTRY * StencilOp)(GLenum, GLenum, GLenum);

Completed in 342 milliseconds

1 2