Home
last modified time | relevance | path

Searched defs:attribMap (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/wgl/
DRendererWGL.cpp15 const egl::AttributeMap &attribMap, in RendererWGL()
/external/angle/src/libANGLE/renderer/gl/egl/
DRendererEGL.cpp15 const egl::AttributeMap &attribMap, in RendererEGL()
/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp147 const egl::AttributeMap &attribMap, in RendererGL()
/external/angle/src/libANGLE/
DDisplay.cpp675 void UpdateAttribsFromEnvironment(AttributeMap &attribMap) in UpdateAttribsFromEnvironment()
768 const AttributeMap &attribMap) in GetDisplayFromNativeDisplay()
863 Display *Display::GetDisplayFromDevice(Device *device, const AttributeMap &attribMap) in GetDisplayFromDevice()
2036 Error Display::CreateNativeClientBuffer(const egl::AttributeMap &attribMap, in CreateNativeClientBuffer()
DDisplay.h362 void setAttributes(const AttributeMap &attribMap) { mAttributeMap = attribMap; } in setAttributes()
DvalidationEGL.cpp638 const AttributeMap &attribMap) in ValidateGetPlatformDisplayCommon()
5418 const AttributeMap &attribMap) in ValidateGetPlatformDisplay()
5426 const AttributeMap &attribMap) in ValidateGetPlatformDisplayEXT()
6381 const egl::AttributeMap &attribMap) in ValidateCreateNativeClientBufferANDROID()
Dformatutils.cpp1477 int GetAndroidHardwareBufferFormatFromChannelSizes(const egl::AttributeMap &attribMap) in GetAndroidHardwareBufferFormatFromChannelSizes()
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp42 const auto &attribMap = display->getAttributeMap(); in CreateRendererD3D() local
/external/angle/src/libGLESv2/
Degl_stubs.cpp75 const AttributeMap &attribMap, in ChooseConfig()
456 const AttributeMap &attribMap) in GetPlatformDisplay()
Degl_ext_stubs.cpp85 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, const AttributeMap &attribMap) in CreateNativeClientBufferANDROID()
233 const AttributeMap &attribMap) in GetPlatformDisplayEXT()
/external/mesa3d/src/glx/
Ddri_common.c55 } attribMap[] = { variable
/external/deqp/modules/egl/
DteglResizeTests.cpp135 AttribMap attribMap; in getEGLConfig() local
DteglImageUtil.cpp181 AttribMap attribMap = getCreateAttribs(); in createImage() local
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp98 const auto &attribMap = display->getAttributeMap(); in initialize() local
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp9190 angle::ParamCapture CaptureAttributeMap(const egl::AttributeMap &attribMap) in CaptureAttributeMap()