Home
last modified time | relevance | path

Searched refs:max_pbuffer_size (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.h89 EGLint max_pbuffer_size,
118 EGLint max_pbuffer_size,
DEglConfig.cpp31 EGLint max_pbuffer_size, in EglConfig() argument
61 m_max_pbuffer_size(max_pbuffer_size), in EglConfig()
96 EGLint max_pbuffer_size, in EglConfig() argument
122 m_max_pbuffer_size(max_pbuffer_size), in EglConfig()
DEglOsApi.h100 EGLint max_pbuffer_size; member
DEglOsApi_darwin.cpp158 info.max_pbuffer_size = PBUFFER_MAX_PIXELS; in pixelFormatToConfig()
DEglOsApi_glx.cpp239 &info.max_pbuffer_size)); in pixelFormatToConfig()
DEglDisplay.cpp627 info->max_pbuffer_size, in addConfig()
DEglOsApi_egl.cpp576 &configInfo.max_pbuffer_size); in queryConfigs()
DEglOsApi_wgl.cpp893 info.max_pbuffer_size = PBUFFER_MAX_PIXELS; in pixelFormatToConfig()