HomeSort by relevance Sort by last modified time
    Searched refs:WGL_SET_PROC_SUFFIX (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 24 #define WGL_SET_PROC_SUFFIX(F, S) interface->f ## F = \
129 WGL_SET_PROC_SUFFIX(TexStorage2D, EXT);
166 WGL_SET_PROC_SUFFIX(GetQueryObjecti64v, EXT);
167 WGL_SET_PROC_SUFFIX(GetQueryObjectui64v, EXT);
177 WGL_SET_PROC_SUFFIX(RenderbufferStorageMultisampleCoverage, NV);
232 WGL_SET_PROC_SUFFIX(GenFramebuffers, EXT);
233 WGL_SET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
234 WGL_SET_PROC_SUFFIX(GetRenderbufferParameteriv, EXT);
235 WGL_SET_PROC_SUFFIX(BindFramebuffer, EXT);
236 WGL_SET_PROC_SUFFIX(FramebufferTexture2D, EXT)
    [all...]
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 24 #define WGL_SET_PROC_SUFFIX(F, S) interface->f ## F = \
129 WGL_SET_PROC_SUFFIX(TexStorage2D, EXT);
166 WGL_SET_PROC_SUFFIX(GetQueryObjecti64v, EXT);
167 WGL_SET_PROC_SUFFIX(GetQueryObjectui64v, EXT);
177 WGL_SET_PROC_SUFFIX(RenderbufferStorageMultisampleCoverage, NV);
232 WGL_SET_PROC_SUFFIX(GenFramebuffers, EXT);
233 WGL_SET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT);
234 WGL_SET_PROC_SUFFIX(GetRenderbufferParameteriv, EXT);
235 WGL_SET_PROC_SUFFIX(BindFramebuffer, EXT);
236 WGL_SET_PROC_SUFFIX(FramebufferTexture2D, EXT)
    [all...]

Completed in 72 milliseconds