Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/glx/
DRendererGLX.cpp17 const egl::AttributeMap &attribMap, in RendererGLX()
DDisplayGLX.cpp103 const auto &attribMap = display->getAttributeMap(); in initialize() local
/external/angle/src/libANGLE/renderer/gl/cgl/
DRendererCGL.cpp17 const egl::AttributeMap &attribMap, in RendererCGL()
/external/angle/src/libANGLE/renderer/gl/eagl/
DRendererEAGL.cpp16 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/mesa3d/src/mesa/drivers/dri/common/
Dutils.c426 static const struct { unsigned int attrib, offset; } attribMap[] = { variable
/external/angle/src/libANGLE/
DDisplay.cpp646 void UpdateAttribsFromEnvironment(AttributeMap &attribMap) in UpdateAttribsFromEnvironment()
717 const AttributeMap &attribMap) in GetDisplayFromNativeDisplay()
806 Display *Display::GetDisplayFromDevice(Device *device, const AttributeMap &attribMap) in GetDisplayFromDevice()
1991 Error Display::CreateNativeClientBuffer(const egl::AttributeMap &attribMap, in CreateNativeClientBuffer()
DDisplay.h337 void setAttributes(const AttributeMap &attribMap) { mAttributeMap = attribMap; } in setAttributes()
DvalidationEGL.cpp539 const AttributeMap &attribMap) in ValidateGetPlatformDisplayCommon()
5228 const AttributeMap &attribMap) in ValidateGetPlatformDisplay()
5236 const AttributeMap &attribMap) in ValidateGetPlatformDisplayEXT()
6116 const egl::AttributeMap &attribMap) in ValidateCreateNativeClientBufferANDROID()
Dformatutils.cpp1494 int GetAndroidHardwareBufferFormatFromChannelSizes(const egl::AttributeMap &attribMap) in GetAndroidHardwareBufferFormatFromChannelSizes()
/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp148 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.cpp81 const AttributeMap &attribMap, in ChooseConfig()
407 const AttributeMap &attribMap) in GetPlatformDisplay()
Degl_ext_stubs.cpp64 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, const AttributeMap &attribMap) in CreateNativeClientBufferANDROID()
208 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
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp9752 angle::ParamCapture CaptureAttributeMap(const egl::AttributeMap &attribMap) in CaptureAttributeMap()