Home
last modified time | relevance | path

Searched refs:createContextAttribs (Results 1 – 6 of 6) sorted by relevance

/external/skia/legacy/include/utils/
DSkWGL.h74 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
/external/skia/include/utils/
DSkWGL.h76 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglOffscreenBuffer.java82 pbuffer = new Pbuffer(width, height, pixelFormat, null, null, createContextAttribs()); in initInThread()
DLwjglContext.java94 protected ContextAttribs createContextAttribs(){ in createContextAttribs() method in LwjglContext
DLwjglDisplay.java133 ContextAttribs attr = createContextAttribs(); in createContext()
/external/skia/src/utils/win/
DSkWGL_win.cpp71 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs() function in SkWGLExtensions