Home
last modified time | relevance | path

Searched refs:p_display (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp214 std::unique_ptr<ColorBufferGl> ColorBufferGl::create(EGLDisplay p_display, int p_width, in create() argument
238 new ColorBufferGl(p_display, hndl, p_width, p_height, helper, textureDraw)}; in create()
296 p_display, s_egl.eglGetCurrentContext(), EGL_GL_TEXTURE_2D_KHR, in create()
300 p_display, s_egl.eglGetCurrentContext(), EGL_GL_TEXTURE_2D_KHR, in create()
958 EGLDisplay p_display, ContextHelper* helper, in onLoad() argument
973 return create(p_display, width, height, internalFormat, frameworkFormat, in onLoad()
977 new ColorBufferGl(p_display, hndl, width, height, helper, textureDraw)); in onLoad()
DColorBufferGl.h197 EGLDisplay p_display, ContextHelper* helper,