Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/glx/
DRendererGLX.cpp17 const egl::AttributeMap &attribMap, in RendererGLX()
DDisplayGLX.cpp102 const auto &attribMap = display->getAttributeMap(); in initialize() local
/external/angle/src/libANGLE/renderer/gl/cgl/
DRendererCGL.cpp19 const egl::AttributeMap &attribMap, in RendererCGL()
/external/angle/src/libANGLE/renderer/gl/eagl/
DRendererEAGL.cpp20 const egl::AttributeMap &attribMap, in RendererEAGL()
/external/angle/src/libANGLE/renderer/gl/egl/
DRendererEGL.cpp15 const egl::AttributeMap &attribMap, in RendererEGL()
/external/angle/src/libANGLE/renderer/gl/wgl/
DRendererWGL.cpp15 const egl::AttributeMap &attribMap, in RendererWGL()
/external/angle/src/libANGLE/
DDisplay.cpp601 const AttributeMap &attribMap) in GetDisplayFromNativeDisplay()
669 Display *Display::GetDisplayFromDevice(Device *device, const AttributeMap &attribMap) in GetDisplayFromDevice()
826 void Display::updateAttribsFromEnvironment(const AttributeMap &attribMap) in updateAttribsFromEnvironment()
1611 Error Display::CreateNativeClientBuffer(const egl::AttributeMap &attribMap, in CreateNativeClientBuffer()
DDisplay.h299 void setAttributes(const AttributeMap &attribMap) { mAttributeMap = attribMap; } in setAttributes()
DvalidationEGL.cpp507 const AttributeMap &attribMap) in ValidateGetPlatformDisplayCommon()
4715 const AttributeMap &attribMap) in ValidateGetPlatformDisplay()
4723 const AttributeMap &attribMap) in ValidateGetPlatformDisplayEXT()
5565 const egl::AttributeMap &attribMap) in ValidateCreateNativeClientBufferANDROID()
Dformatutils.cpp1331 int GetAndroidHardwareBufferFormatFromChannelSizes(const egl::AttributeMap &attribMap) in GetAndroidHardwareBufferFormatFromChannelSizes()
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c426 static const struct { unsigned int attrib, offset; } attribMap[] = { variable
/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp140 const egl::AttributeMap &attribMap, in RendererGL()
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp43 const auto &attribMap = display->getAttributeMap(); in CreateRendererD3D() local
/external/angle/src/libGLESv2/
Degl_stubs.cpp79 const AttributeMap &attribMap, in ChooseConfig()
397 const AttributeMap &attribMap) in GetPlatformDisplay()
Degl_ext_stubs.cpp57 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, const AttributeMap &attribMap) in CreateNativeClientBufferANDROID()
185 const AttributeMap &attribMap) in GetPlatformDisplayEXT()
/external/mesa3d/src/glx/
Ddri_common.c123 } attribMap[] = { variable
/external/deqp/modules/egl/
DteglResizeTests.cpp133 AttribMap attribMap; in getEGLConfig() local
DteglImageUtil.cpp165 AttribMap attribMap = getCreateAttribs(); in createImage() local