OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getStencilSize
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
Stencil.cpp
38
uint32_t Stencil::
getStencilSize
() {
/sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h
42
GLuint
getStencilSize
() const { return (m_attribValues ? m_attribValues[1] : 0); }
/external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.cpp
63
GLuint RenderbufferInterface::
getStencilSize
() const
65
return gl::
GetStencilSize
(getActualFormat());
290
GLuint Renderbuffer::
getStencilSize
() const
292
return mInstance->
getStencilSize
();
/frameworks/base/core/java/android/view/
GLES20Canvas.java
283
public static int
getStencilSize
() {
[
all
...]
Completed in 259 milliseconds