Home
last modified time | relevance | path

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

/external/skqp/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
/external/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
/external/mesa3d/src/glx/
Dglxext.c397 config->drawableType = GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT; in __glXInitializeVisualConfigFromTags()
496 config->drawableType = *bp++; in __glXInitializeVisualConfigFromTags()
499 config->drawableType |= GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT; in __glXInitializeVisualConfigFromTags()
616 config->drawableType &= GLX_PBUFFER_BIT; in __glXInitializeVisualConfigFromTags()
654 m->drawableType = GLX_WINDOW_BIT; in createConfigsFromProperties()
661 m->drawableType = GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT; in createConfigsFromProperties()
Dglxconfig.h77 GLint drawableType; member
Dglxconfig.c136 *value_return = mode->drawableType; in glx_config_get()
Dglxcmds.c927 config->drawableType = GLX_WINDOW_BIT; in init_fbconfig_for_chooser()
1012 MATCH_MASK(drawableType); in fbconfigs_compatible()