OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDepthSize
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h
41
GLuint
getDepthSize
() const { return (m_attribValues ? m_attribValues[0] : 0); }
/external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.cpp
58
GLuint RenderbufferInterface::
getDepthSize
() const
60
return gl::
GetDepthSize
(getActualFormat());
285
GLuint Renderbuffer::
getDepthSize
() const
287
return mInstance->
getDepthSize
();
Completed in 25 milliseconds