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

  /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/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 271 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp);
vktPipelineReferenceRenderer.cpp 127 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp)
129 switch (stencilOp)
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 211 GET_PROC(StencilOp);
686 GET_PROC(StencilOp);
    [all...]
GrGLGpu.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 299 void StencilOp(GLenum fail, GLenum zfail, GLenum zpass);
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 283 void StencilOp(GLenum fail, GLenum zfail, GLenum zpass);
    [all...]
libGLESv2.cpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 294 void (GLAPIENTRY * StencilOp)(GLenum, GLenum, GLenum);
  /external/vulkan-validation-layers/demos/
cube.cpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 810 { "glStencilOp", _O(StencilOp) },
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 399 void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) override;
    [all...]
mojo_gles2_impl_autogen.cc     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 840 milliseconds