HomeSort by relevance Sort by last modified time
    Searched full:stencilfunc (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 156 'StencilFunc',
386 "StencilFunc",
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 156 'StencilFunc',
386 "StencilFunc",
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 123 GLenum stencilFunc;
State.cpp 75 mDepthStencil.stencilFunc = GL_ALWAYS;
397 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask)
399 mDepthStencil.stencilFunc = stencilFunc;
    [all...]
State.h 83 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 100 GET_PROC(StencilFunc);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
PixelTransfer11.cpp 70 depthStencilDesc.FrontFace.StencilFunc = D3D11_COMPARISON_ALWAYS;
74 depthStencilDesc.BackFace.StencilFunc = D3D11_COMPARISON_ALWAYS;
RenderStateCache.cpp 338 dsDesc.FrontFace.StencilFunc = gl_d3d11::ConvertComparison(dsState.stencilFunc);
342 dsDesc.BackFace.StencilFunc = gl_d3d11::ConvertComparison(dsState.stencilBackFunc);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_rss.c 140 EMIT_RS( svga, curr->stencil[0].func, STENCILFUNC, fail );
170 EMIT_RS( svga, curr->stencil[cw].func, STENCILFUNC, fail );
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 150 GET_PROC(StencilFunc);
377 GET_PROC(StencilFunc);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 140 EMIT_RS( svga, curr->stencil[0].func, STENCILFUNC, fail );
170 EMIT_RS( svga, curr->stencil[cw].func, STENCILFUNC, fail );
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 118 #define glStencilFunc GLES2_GET_FUN(StencilFunc)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 116 OP(StencilFunc) /* 357 */ \
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 103 gl->stencilFunc = &glStencilFunc;
glwFunctions.inl 33 glStencilFuncFunc stencilFunc;
glwInitES20.inl 103 gl->stencilFunc = (glStencilFuncFunc) loader->get("glStencilFunc");
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 129 GET_PROC(StencilFunc);
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp     [all...]
es2fDepthStencilTests.cpp 838 for (int stencilFunc = 0; stencilFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; stencilFunc++)
845 bool hasStencilFunc = de::inBounds(stencilFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs));
849 name << "stencil_" << compareFuncs[stencilFunc].name << "_";
873 params.stencil[visible].function = hasStencilFunc ? compareFuncs[stencilFunc].func : 0;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 838 for (int stencilFunc = 0; stencilFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; stencilFunc++)
845 bool hasStencilFunc = de::inBounds(stencilFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs));
849 name << "stencil_" << compareFuncs[stencilFunc].name << "_";
873 params.stencil[visible].function = hasStencilFunc ? compareFuncs[stencilFunc].func : 0;
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 103 dst->stencilFunc = src.stencilFunc;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 176 IGLProperty stencilFunc = new GLEnumProperty(GLStateType.STENCIL_FUNC, GLEnum.GL_ALWAYS);
198 stencilTest, stencilFunc,
  /external/deqp/modules/gles2/performance/
es2pRedundantStateChangeTests.cpp 243 gl.stencilFunc(GL_LEQUAL, 0, 0);
887 gl.stencilFunc(GL_LEQUAL, 0, 0);
946 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
    [all...]
es2pStateChangeTests.cpp 262 gl.stencilFunc(GL_LEQUAL, 0, 0);
986 gl.stencilFunc(GL_LEQUAL, 0, 0);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 46 EXPECT_CALL(*gl_, StencilFunc(GL_NEVER, 2, 3));
47 SpecializedSetup<cmds::StencilFunc, 0>(true);
48 cmds::StencilFunc cmd;

Completed in 555 milliseconds

1 2 3 4 5 6