OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DepthFunc
(Results
1 - 25
of
27
) sorted by null
1
2
/frameworks/base/rs/java/android/renderscript/
ProgramStore.java
40
* buffer.
DepthFunc
is only valid when depth buffer is present
43
public enum
DepthFunc
{
81
DepthFunc
(int id) {
136
DepthFunc
mDepthFunc;
155
public
DepthFunc
getDepthFunc() {
238
builder.setDepthFunc(ProgramStore.
DepthFunc
.LESS);
259
builder.setDepthFunc(ProgramStore.
DepthFunc
.ALWAYS);
283
builder.setDepthFunc(ProgramStore.
DepthFunc
.LESS);
305
builder.setDepthFunc(ProgramStore.
DepthFunc
.ALWAYS);
321
DepthFunc
mDepthFunc
[
all
...]
/external/mesa3d/src/mesa/main/
depth.c
97
if (ctx->Driver.
DepthFunc
)
98
ctx->Driver.
DepthFunc
( ctx, func );
dd.h
467
void (*
DepthFunc
)(struct gl_context *ctx, GLenum func);
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
driverfuncs.c
131
driver->
DepthFunc
= NULL;
256
ctx->Driver.
DepthFunc
(ctx, ctx->Depth.Func);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java
88
builder.setDepthFunc(ProgramStore.
DepthFunc
.ALWAYS);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h
517
if(depth_stencil_state_desc->
DepthFunc
== 0 ||
518
depth_stencil_state_desc->
DepthFunc
>= 9)
521
state.depth.func = depth_stencil_state_desc->
DepthFunc
- 1;
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp
560
zsad.
DepthFunc
= D3D11_COMPARISON_EQUAL;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c
525
ctx->Driver.
DepthFunc
= nouveau_depth_func;
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h
295
void (GLAPIENTRY *
DepthFunc
)(GLenum);
/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
495
PFNDEPTHFUNCPROC
DepthFunc
;
[
all
...]
gl_core_3_1.hpp
[
all
...]
/external/mesa3d/src/mapi/glapi/tests/
check_table.cpp
811
{ "glDepthFunc", _O(
DepthFunc
) },
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl
366
D3D10_COMPARISON_FUNC
DepthFunc
;
[
all
...]
d3d11.idl
623
D3D11_COMPARISON_FUNC
DepthFunc
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl
332
D3D10_COMPARISON_FUNC
DepthFunc
;
[
all
...]
d3d11.idl
773
D3D11_COMPARISON_FUNC
DepthFunc
;
[
all
...]
d3d10.h
670
D3D10_COMPARISON_FUNC
DepthFunc
;
[
all
...]
d3d11.h
788
D3D11_COMPARISON_FUNC
DepthFunc
;
[
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
379
#define glDepthFunc MANGLE(
DepthFunc
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h
349
#define glDepthFunc MANGLE(
DepthFunc
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h
379
#define glDepthFunc MANGLE(
DepthFunc
)
[
all
...]
Completed in 2024 milliseconds
1
2