HomeSort by relevance Sort by last modified time
    Searched refs:getSurfaceType (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h 44 GLuint getSurfaceType() const { return (m_attribValues ? m_attribValues[3] : 0); }
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 182 EGLint getSurfaceType() { return surfaceType; }
745 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = EGL_FALSE;
815 if (!(surface->getSurfaceType() & EGL_PBUFFER_BIT)) {
    [all...]

Completed in 228 milliseconds