Home
last modified time | relevance | path

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

/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Danchor_wrapper.cc29 return drawableType; in GetDrawableType()
35 void AnchorWrapper::SetDrawableType(DrawableType drawableType) { in SetDrawableType() argument
36 this->drawableType = drawableType; in SetDrawableType()
Danchor_wrapper.h35 void SetDrawableType(DrawableType drawableType);
40 DrawableType drawableType; variable
/third_party/mesa3d/src/glx/
Dglxext.c431 config->drawableType = GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT; in __glXInitializeVisualConfigFromTags()
531 config->drawableType = *bp++; in __glXInitializeVisualConfigFromTags()
534 config->drawableType |= GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT; in __glXInitializeVisualConfigFromTags()
661 m->drawableType = GLX_WINDOW_BIT; in createConfigsFromProperties()
668 m->drawableType = GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT; in createConfigsFromProperties()
Dglxconfig.h73 GLint drawableType; member
Dglxconfig.c136 *value_return = mode->drawableType; in glx_config_get()
Dglxcmds.c941 config->drawableType = GLX_WINDOW_BIT; in init_fbconfig_for_chooser()
1027 MATCH_MASK(drawableType); in fbconfigs_compatible()