Home
last modified time | relevance | path

Searched refs:get_display (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp75 static Display* get_display() { in get_display() function
100 display = get_display(); in context_restorer()
115 fDisplay = get_display(); in GLXGLTestContext()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp75 static Display* get_display() { in get_display() function
100 display = get_display(); in context_restorer()
115 fDisplay = get_display(); in GLXGLTestContext()
/external/pdfium/fxjs/
Dcjs_field.h193 CJS_Result get_display(CJS_Runtime* pRuntime);
Dcjs_field.cpp1147 CJS_Result CJS_Field::get_display(CJS_Runtime* pRuntime) { in get_display() function in CJS_Field