Home
last modified time | relevance | path

Searched refs:depth_size (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglConfig.h44 EGLint depth_size,
DEglConfig.cpp24 EGLint depth_size, in EglConfig() argument
53 m_depth_size(depth_size), in EglConfig()
DEglImp.cpp298 EGLint depth_size = 0; in eglChooseConfig() local
373 depth_size = attrib_list[i+1]; in eglChooseConfig()
454 EglConfig dummy(red_size,green_size,blue_size,alpha_size,caveat,config_id,depth_size, in eglChooseConfig()