OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nDepthBPP
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h
66
int
nDepthBPP
; /*!< Depth buffer size. */
PVRShell.cpp
73
m_pShellData->
nDepthBPP
= 0;
348
m_pShellData->
nDepthBPP
= value;
428
case prefDepthBPP: return m_pShellData->
nDepthBPP
;
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp
558
if(pData->bNeedZbuffer || pData->
nDepthBPP
> 0)
561
conflist[i++] = (pData->
nDepthBPP
> 0) ? pData->
nDepthBPP
: 16;
Completed in 490 milliseconds