OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_PROC
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp
22
#define
GET_PROC
(name) (interface->f ## name = ((GrGL ## name ## Proc) GetProcAddress("gl" #name)))
46
interface->fBindFragDataLocation =
GET_PROC
(BindFragDataLocation);
56
GET_PROC
(BlendColor);
136
GET_PROC
(TexStorage2D);
175
interface->fQueryCounter =
GET_PROC
(QueryCounter);
176
interface->fGetQueryObjecti64v =
GET_PROC
(GetQueryObjecti64v);
177
interface->fGetQueryObjectui64v =
GET_PROC
(GetQueryObjectui64v);
207
interface->fGenFramebuffers =
GET_PROC
(GenFramebuffers);
208
interface->fGetFramebufferAttachmentParameteriv =
GET_PROC
(GetFramebufferAttachmentParameteriv);
209
interface->fGetRenderbufferParameteriv =
GET_PROC
(GetRenderbufferParameteriv)
[
all
...]
/external/skia/src/utils/win/
SkWGL_win.cpp
221
#define
GET_PROC
(NAME, SUFFIX) f##NAME = \
253
GET_PROC
(GetExtensionsString, ARB);
254
GET_PROC
(ChoosePixelFormat, ARB);
255
GET_PROC
(GetPixelFormatAttribiv, ARB);
256
GET_PROC
(GetPixelFormatAttribfv, ARB);
257
GET_PROC
(CreateContextAttribs, ARB);
Completed in 119 milliseconds