/external/mesa3d/src/mesa/main/ |
stencil.c | 171 if (ctx->Driver.StencilFuncSeparate) { 172 ctx->Driver.StencilFuncSeparate(ctx, GL_FRONT, 174 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, 224 if (ctx->Driver.StencilFuncSeparate && ctx->Stencil.TestTwoSide) { 225 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK, func, ref, mask); 241 if (ctx->Driver.StencilFuncSeparate) { 242 ctx->Driver.StencilFuncSeparate(ctx, 512 if (ctx->Driver.StencilFuncSeparate) { 513 ctx->Driver.StencilFuncSeparate(ctx, face, func, ref, mask);
|
dd.h | 515 void (*StencilFuncSeparate)(struct gl_context *ctx, GLenum face, GLenum func, [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
driverfuncs.c | 151 driver->StencilFuncSeparate = NULL; 301 ctx->Driver.StencilFuncSeparate(ctx, GL_FRONT, 305 ctx->Driver.StencilFuncSeparate(ctx, GL_BACK,
|
/external/skia/src/gpu/gl/ |
GrGLAssembleInterface.cpp | 200 GET_PROC(StencilFuncSeparate); 633 GET_PROC(StencilFuncSeparate); [all...] |
GrGLGpu.cpp | [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 545 ctx->Driver.StencilFuncSeparate = nouveau_stencil_func_separate;
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_state.c | [all...] |
i915_state.c | [all...] |
/external/opencv3/modules/core/src/ |
gl_core_3_1.cpp | [all...] |
gl_core_3_1.hpp | [all...] |
/external/mesa3d/src/mapi/glapi/tests/ |
check_table.cpp | [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_state.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state.c | [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...] |
/external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
lwjgl.jar | |