Home
last modified time | relevance | path

Searched refs:PIXMAP (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Dohos_context_i.h48 PIXMAP, enumerator
Drosen_context_impl.cpp147 case RCI_SURFACE_TYPE::PIXMAP: in SetConfig()
327 case RCI_SURFACE_TYPE::PIXMAP: in InitEglSurface()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h321 PIXMAP, /* GLX pixmap */ enumerator
Dxm_api.c530 assert(type == WINDOW || type == PIXMAP || type == PBUFFER); in create_xmesa_buffer()
1124 b = create_xmesa_buffer((Drawable) p, PIXMAP, v, cmap); in XMesaCreatePixmapBuffer()
1150 b = create_xmesa_buffer((Drawable) p, PIXMAP, v, cmap); in XMesaCreatePixmapTextureBuffer()
/third_party/openGLES/extensions/EXT/
DGLX_EXT_get_drawable_type.txt62 must have exactly one of GLX_{WINDOW,PIXMAP,PBUFFER}_BIT set.
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.cpp158 surfaceType = OHOS::RCI_SURFACE_TYPE::PIXMAP; in OhosRendContext()