Home
last modified time | relevance | path

Searched defs:stencilFunc (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js137 'stencilFunc': {3: { 0:true }}, property
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp838 for (int stencilFunc = 0; stencilFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; stencilFunc++) in init() local
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp838 for (int stencilFunc = 0; stencilFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; stencilFunc++) in init() local
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp505 void GLContext::stencilFunc (deUint32 func, int ref, deUint32 mask) in stencilFunc() function in sglr::GLContext
DsglrReferenceContext.cpp2763 void ReferenceContext::stencilFunc (deUint32 func, int ref, deUint32 mask) in stencilFunc() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl466 glStencilFuncFunc stencilFunc; variable
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java849 public final native void stencilFunc (int func, int ref, int mask) /*-{ in stencilFunc() method in WebGLRenderingContext