HomeSort by relevance Sort by last modified time
    Searched defs:ConfigInfo (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/egl/
egluConfigInfo.hpp 38 class ConfigInfo
84 ConfigInfo (void)
128 void queryCoreConfigInfo (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, ConfigInfo* dst);
129 void queryExtConfigInfo (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, ConfigInfo* dst);
  /external/skia/src/gpu/gl/
GrGLCaps.h 124 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kTextureable_Flag);
130 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kRenderableWithMSAA_Flag);
132 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kRenderable_Flag);
165 return fConfigTable[config].fStencilFormatIndex != ConfigInfo::kUnknown_StencilIndex;
186 fConfigTable[config].fStencilFormatIndex = ConfigInfo::kUnsupported_StencilFormatIndex;
198 fConfigTable[config].fFlags |= ConfigInfo::kVerifiedColorAttachment_Flag;
206 return SkToBool(fConfigTable[config].fFlags & ConfigInfo::kVerifiedColorAttachment_Flag);
458 struct ConfigInfo {
459 ConfigInfo() : fStencilFormatIndex(kUnknown_StencilIndex), fFlags(0) {}
491 ConfigInfo fConfigTable[kGrPixelConfigCnt]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 239 struct _PORT_CONFIGURATION_INFORMATION *ConfigInfo;

Completed in 128 milliseconds