Home
last modified time | relevance | path

Searched refs:attribMap (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DRendererCGL.cpp19 const egl::AttributeMap &attribMap, in RendererCGL()
21 : RendererGL(std::move(functions), attribMap, display), mDisplay(display) in RendererCGL()
18 RendererCGL(std::unique_ptr<FunctionsGL> functions, const egl::AttributeMap &attribMap, DisplayCGL *display) RendererCGL() argument
H A DRendererCGL.h23 const egl::AttributeMap &attribMap,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DRendererEAGL.cpp20 const egl::AttributeMap &attribMap, in RendererEAGL()
22 : RendererGL(std::move(functions), attribMap, display), mDisplay(display) in RendererEAGL()
19 RendererEAGL(std::unique_ptr<FunctionsGL> functions, const egl::AttributeMap &attribMap, DisplayEAGL *display) RendererEAGL() argument
H A DRendererEAGL.h23 const egl::AttributeMap &attribMap,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DRendererGLX.cpp17 const egl::AttributeMap &attribMap, in RendererGLX()
19 : RendererGL(std::move(functions), attribMap, display), mDisplay(display) in RendererGLX()
16 RendererGLX(std::unique_ptr<FunctionsGL> functions, const egl::AttributeMap &attribMap, DisplayGLX *display) RendererGLX() argument
H A DRendererGLX.h23 const egl::AttributeMap &attribMap,
H A DDisplayGLX.cpp102 const auto &attribMap = display->getAttributeMap(); in initialize() local
167 if (attribMap.contains(EGL_X11_VISUAL_ID_ANGLE)) in initialize()
169 mRequestedVisual = static_cast<EGLint>(attribMap.get(EGL_X11_VISUAL_ID_ANGLE, -1)); in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DRendererWGL.cpp15 const egl::AttributeMap &attribMap, in RendererWGL()
20 : RendererGL(std::move(functionsGL), attribMap, display), in RendererWGL()
14 RendererWGL(std::unique_ptr<FunctionsGL> functionsGL, const egl::AttributeMap &attribMap, DisplayWGL *display, HGLRC context, HGLRC sharedContext, const std::vector<int> workerContextAttribs) RendererWGL() argument
H A DRendererWGL.h23 const egl::AttributeMap &attribMap,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DRendererEGL.cpp15 const egl::AttributeMap &attribMap, in RendererEGL()
20 : RendererGL(std::move(functionsGL), attribMap, display), in RendererEGL()
14 RendererEGL(std::unique_ptr<FunctionsGL> functionsGL, const egl::AttributeMap &attribMap, DisplayEGL *display, EGLContext context, const native_egl::AttributeVector attribs, bool isExternalContext) RendererEGL() argument
H A DRendererEGL.h23 const egl::AttributeMap &attribMap,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.h150 static Display *GetDisplayFromDevice(Device *device, const AttributeMap &attribMap);
152 const AttributeMap &attribMap);
247 static Error CreateNativeClientBuffer(const egl::AttributeMap &attribMap,
315 void setAttributes(const AttributeMap &attribMap) { mAttributeMap = attribMap; } in setAttributes() argument
319 void updateAttribsFromEnvironment(const AttributeMap &attribMap);
H A DvalidationEGL.cpp533 const AttributeMap &attribMap) in ValidateGetPlatformDisplayCommon()
558 attribMap.initializeWithoutValidation(); in ValidateGetPlatformDisplayCommon()
573 for (const auto &curAttrib : attribMap) in ValidateGetPlatformDisplayCommon()
834 if (attribMap.get(EGL_PLATFORM_ANGLE_D3D_LUID_HIGH_ANGLE, 0) == 0 && in ValidateGetPlatformDisplayCommon()
835 attribMap.get(EGL_PLATFORM_ANGLE_D3D_LUID_LOW_ANGLE, 0) == 0) in ValidateGetPlatformDisplayCommon()
914 if (attribMap.contains(EGL_POWER_PREFERENCE_ANGLE)) in ValidateGetPlatformDisplayCommon()
923 EGLAttrib value = attribMap.get(EGL_POWER_PREFERENCE_ANGLE, 0); in ValidateGetPlatformDisplayCommon()
933 if (attribMap.contains(EGL_FEATURE_OVERRIDES_ENABLED_ANGLE)) in ValidateGetPlatformDisplayCommon()
940 else if (attribMap.get(EGL_FEATURE_OVERRIDES_ENABLED_ANGLE, 0) == 0) in ValidateGetPlatformDisplayCommon()
947 if (attribMap in ValidateGetPlatformDisplayCommon()
530 ValidateGetPlatformDisplayCommon(const ValidationContext *val, EGLenum platform, const void *native_display, const AttributeMap &attribMap) ValidateGetPlatformDisplayCommon() argument
4932 ValidateGetPlatformDisplay(const ValidationContext *val, EGLenum platform, const void *native_display, const AttributeMap &attribMap) ValidateGetPlatformDisplay() argument
4940 ValidateGetPlatformDisplayEXT(const ValidationContext *val, EGLenum platform, const void *native_display, const AttributeMap &attribMap) ValidateGetPlatformDisplayEXT() argument
5791 ValidateCreateNativeClientBufferANDROID(const ValidationContext *val, const egl::AttributeMap &attribMap) ValidateCreateNativeClientBufferANDROID() argument
[all...]
H A DDisplay.cpp640 const AttributeMap &attribMap) in GetDisplayFromNativeDisplay()
644 EGLAttrib powerPreference = attribMap.get(EGL_POWER_PREFERENCE_ANGLE, EGL_LOW_POWER_ANGLE); in GetDisplayFromNativeDisplay()
667 display->setAttributes(attribMap); in GetDisplayFromNativeDisplay()
669 display->updateAttribsFromEnvironment(attribMap); in GetDisplayFromNativeDisplay()
709 Display *Display::GetDisplayFromDevice(Device *device, const AttributeMap &attribMap) in GetDisplayFromDevice() argument
748 display->setAttributes(attribMap); in GetDisplayFromDevice()
886 void Display::updateAttribsFromEnvironment(const AttributeMap &attribMap) in updateAttribsFromEnvironment() argument
889 attribMap.get(EGL_PLATFORM_ANGLE_TYPE_ANGLE, EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE); in updateAttribsFromEnvironment()
895 EGLAttrib deviceType = attribMap.get(EGL_PLATFORM_ANGLE_DEVICE_TYPE_ANGLE, 0); in updateAttribsFromEnvironment()
901 EGLAttrib platformType = attribMap in updateAttribsFromEnvironment()
639 GetDisplayFromNativeDisplay(EGLNativeDisplayType nativeDisplay, const AttributeMap &attribMap) GetDisplayFromNativeDisplay() argument
1688 CreateNativeClientBuffer(const egl::AttributeMap &attribMap, EGLClientBuffer *eglClientBuffer) CreateNativeClientBuffer() argument
[all...]
H A Dformatutils.h295 int GetAndroidHardwareBufferFormatFromChannelSizes(const egl::AttributeMap &attribMap);
H A Dformatutils.cpp1409 int GetAndroidHardwareBufferFormatFromChannelSizes(const egl::AttributeMap &attribMap) in GetAndroidHardwareBufferFormatFromChannelSizes() argument
1412 GLuint redSize = static_cast<GLuint>(attribMap.getAsInt(EGL_RED_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes()
1413 GLuint greenSize = static_cast<GLuint>(attribMap.getAsInt(EGL_GREEN_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes()
1414 GLuint blueSize = static_cast<GLuint>(attribMap.getAsInt(EGL_BLUE_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes()
1415 GLuint alphaSize = static_cast<GLuint>(attribMap.getAsInt(EGL_ALPHA_SIZE, 0)); in GetAndroidHardwareBufferFormatFromChannelSizes()
/third_party/vk-gl-cts/modules/egl/
H A DteglResizeTests.cpp133 AttribMap attribMap; in getEGLConfig() local
135 attribMap[EGL_SURFACE_TYPE] = surfaceType; in getEGLConfig()
136 attribMap[EGL_RENDERABLE_TYPE] = EGL_OPENGL_ES2_BIT; in getEGLConfig()
138 return eglu::chooseSingleConfig(egl, eglDisplay, attribMap); in getEGLConfig()
H A DteglImageUtil.cpp165 AttribMap attribMap = getCreateAttribs(); in createImage() local
167 attribMap[EGL_IMAGE_PRESERVED_KHR] = EGL_TRUE; in createImage()
170 const vector<EGLint> attribs = eglu::attribMapToList(attribMap); in createImage()
/third_party/mesa3d/src/glx/
H A Ddri_common.c101 } attribMap[] = { variable
132 for (i = 0; i < ARRAY_SIZE(attribMap); i++) in scalarEqual()
133 if (attribMap[i].attrib == attrib) { in scalarEqual()
134 glxValue = *(unsigned int *) ((char *) mode + attribMap[i].offset); in scalarEqual()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_ext_stubs.cpp57 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, const AttributeMap &attribMap) in CreateNativeClientBufferANDROID() argument
61 egl::Display::CreateNativeClientBuffer(attribMap, &eglClientBuffer), in CreateNativeClientBufferANDROID()
185 const AttributeMap &attribMap) in GetPlatformDisplayEXT()
190 gl::bitCast<EGLNativeDisplayType>(native_display), attribMap); in GetPlatformDisplayEXT()
195 return egl::Display::GetDisplayFromDevice(eglDevice, attribMap); in GetPlatformDisplayEXT()
182 GetPlatformDisplayEXT(Thread *thread, EGLenum platform, void *native_display, const AttributeMap &attribMap) GetPlatformDisplayEXT() argument
H A Degl_stubs.cpp79 const AttributeMap &attribMap, in ChooseConfig()
84 ClipConfigs(display->chooseConfig(attribMap), configs, config_size, num_config); in ChooseConfig()
397 const AttributeMap &attribMap) in GetPlatformDisplay()
402 gl::bitCast<EGLNativeDisplayType>(native_display), attribMap); in GetPlatformDisplay()
407 return Display::GetDisplayFromDevice(eglDevice, attribMap); in GetPlatformDisplay()
77 ChooseConfig(Thread *thread, Display *display, const AttributeMap &attribMap, EGLConfig *configs, EGLint config_size, EGLint *num_config) ChooseConfig() argument
394 GetPlatformDisplay(Thread *thread, EGLenum platform, void *native_display, const AttributeMap &attribMap) GetPlatformDisplay() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.h82 const egl::AttributeMap &attribMap,
H A DRendererGL.cpp140 const egl::AttributeMap &attribMap, in RendererGL()
169 mUseDebugOutput = hasDebugOutput && ShouldUseDebugLayers(attribMap); in RendererGL()
139 RendererGL(std::unique_ptr<FunctionsGL> functions, const egl::AttributeMap &attribMap, DisplayGL *display) RendererGL() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp43 const auto &attribMap = display->getAttributeMap(); in CreateRendererD3D() local
47 attribMap.get(EGL_PLATFORM_ANGLE_TYPE_ANGLE, EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE)); in CreateRendererD3D()

Completed in 27 milliseconds