OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSurfaceType
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h
44
GLuint
getSurfaceType
() const { return (m_attribValues ? m_attribValues[3] : 0); }
/development/tools/emulator/opengl/system/egl/
egl.cpp
188
EGLint
getSurfaceType
(){ return surfaceType; }
789
if (surface->
getSurfaceType
() & EGL_PBUFFER_BIT) *value = EGL_FALSE;
859
if (!(surface->
getSurfaceType
() & EGL_PBUFFER_BIT)) {
[
all
...]
Completed in 131 milliseconds