OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDepthTest
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
104
mDepthTest
= GGL_READ_NEEDS(P_DEPTH_TEST, needs.p) + GGL_NEVER;
329
if ((mAlphaTest!=GGL_ALWAYS) || (
mDepthTest
!=GGL_ALWAYS)) {
330
if (
mDepthTest
!=GGL_ALWAYS) {
416
if ((
mDepthTest
!= GGL_ALWAYS) || GGL_READ_NEEDS(P_MASK_Z, needs.p)) {
731
if (
mDepthTest
!= GGL_ALWAYS || zmask) {
733
switch (
mDepthTest
) {
791
if ((
mDepthTest
!= GGL_ALWAYS) || GGL_READ_NEEDS(P_MASK_Z, needs.p)) {
[
all
...]
GGLAssembler.h
539
int
mDepthTest
;
Completed in 6177 milliseconds