Searched refs:getPixelFormatAttribivARB (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | wgl_utils.cpp | 77 if (functions->getPixelFormatAttribivARB == nullptr || in QueryWGLFormatAttrib() 78 !functions->getPixelFormatAttribivARB(dc, format, 0, 1, &attribName, &result)) in QueryWGLFormatAttrib()
|
D | FunctionsWGL.cpp | 79 getPixelFormatAttribivARB(nullptr), in FunctionsWGL() 156 "wglGetPixelFormatAttribivARB", &getPixelFormatAttribivARB); in initialize()
|
D | FunctionsWGL.h | 63 PFNWGLGETPIXELFORMATATTRIBIVARBPROC getPixelFormatAttribivARB; variable
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 166 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()
|