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

  /external/mesa3d/src/egl/main/
eglfallbacks.c 68 drv->API.QueryContext = _eglQueryContext;
eglapi.h 146 QueryContext_t QueryContext;
eglapi.c 514 ret = drv->API.QueryContext(drv, disp, context, attribute, value);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 92 glx.QueryContext = _real_glXQueryContext;
glxapi.h 105 int (*QueryContext)(Display *dpy, GLXContext ctx, int attribute, int *value);
glxapi.c 601 return (t->QueryContext)(dpy, ctx, attribute, value);
    [all...]
fakeglx.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 40 typedef NTSTATUS (NTAPI LSA_GET_CREDENTIALS)(PLUID LogonId,ULONG AuthenticationPackage,PULONG QueryContext,BOOLEAN RetrieveAllCredentials,PLSA_STRING PrimaryKeyValue,PULONG PrimaryKeyLength,PLSA_STRING Credentials);
    [all...]

Completed in 704 milliseconds