HomeSort by relevance Sort by last modified time
    Searched full:getpixelformatattribivarb (Results 1 - 1 of 1) sorted by null

  /external/deqp/framework/platform/win32/
tcuWGL.cpp 148 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB;
161 , getPixelFormatAttribivARB (DE_NULL)
230 m_functions.getPixelFormatAttribivARB = (wglGetPixelFormatAttribivARBFunc)m_functions.getProcAddress("wglGetPixelFormatAttribivARB");
240 if (!m_functions.getPixelFormatAttribivARB ||
270 if (!wgl.getPixelFormatAttribivARB(deviceCtx, 0, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0]))
326 if (!wgl.getPixelFormatAttribivARB(deviceCtx, pixelFormat, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0]))

Completed in 282 milliseconds