Home
last modified time | relevance | path

Searched refs:getPixelFormatAttribivARB (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/wgl/
Dwgl_utils.cpp77 if (functions->getPixelFormatAttribivARB == nullptr || in QueryWGLFormatAttrib()
78 !functions->getPixelFormatAttribivARB(dc, format, 0, 1, &attribName, &result)) in QueryWGLFormatAttrib()
DFunctionsWGL.cpp79 getPixelFormatAttribivARB(nullptr), in FunctionsWGL()
156 "wglGetPixelFormatAttribivARB", &getPixelFormatAttribivARB); in initialize()
DFunctionsWGL.h63 PFNWGLGETPIXELFORMATATTRIBIVARBPROC getPixelFormatAttribivARB; variable
/external/deqp/framework/platform/win32/
DtcuWGL.cpp166 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB; member
184 , getPixelFormatAttribivARB (DE_NULL) in Functions()
256 …m_functions.getPixelFormatAttribivARB = (wglGetPixelFormatAttribivARBFunc)m_functions.getProcAddre… in Library()
270 if (!m_functions.getPixelFormatAttribivARB || in Library()
311 …if (!wgl.getPixelFormatAttribivARB(deviceCtx, 0, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &val… in getPixelFormats()
348 if (!wgl.getPixelFormatAttribivARB(deviceCtx, pixelFormat, 0, numAttribs, &attribs[0], &values[0])) in getPixelFormatAttribs()