/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
D | stw_wgl.c | 204 DWORD listBase ) in wglUseFontBitmapsA() argument 206 return wglUseFontBitmapsW(hdc, first, count, listBase); in wglUseFontBitmapsA() 223 DWORD listBase ) in wglUseFontBitmapsW() argument 246 glNewList(listBase + i, GL_COMPILE); in wglUseFontBitmapsW() 282 DWORD listBase, in wglUseFontOutlinesA() argument 291 (void) listBase; in wglUseFontOutlinesA() 307 DWORD listBase, in wglUseFontOutlinesW() argument 316 (void) listBase; in wglUseFontOutlinesW()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 305 BOOL GL_APIENTRY wglUseFontBitmapsA(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsA() argument 311 BOOL GL_APIENTRY wglUseFontBitmapsW(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsW() argument 320 DWORD listBase, in wglUseFontOutlinesA() argument 333 DWORD listBase, in wglUseFontOutlinesW() argument
|
D | entry_points_gl_1_autogen.cpp | 3288 context->listBase(base); in GL_ListBase()
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | wgl.h | 108 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase… 109 …edef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase); 110 …edef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase); 111 … * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… 112 …* PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… 113 …* PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… 135 BOOL WINAPI wglUseFontBitmaps (HDC hDC, DWORD first, DWORD count, DWORD listBase); 136 BOOL WINAPI wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase); 137 BOOL WINAPI wglUseFontBitmapsW (HDC hDC, DWORD first, DWORD count, DWORD listBase); 138 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… [all …]
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
D | wgl.h | 108 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase… 109 …edef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase); 110 …edef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase); 111 … * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… 112 …* PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… 113 …* PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… 135 BOOL WINAPI wglUseFontBitmaps (HDC hDC, DWORD first, DWORD count, DWORD listBase); 136 BOOL WINAPI wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase); 137 BOOL WINAPI wglUseFontBitmapsW (HDC hDC, DWORD first, DWORD count, DWORD listBase); 138 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… [all …]
|
/third_party/openGLES/api/GL/ |
D | wgl.h | 89 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase… 90 …edef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase); 91 …edef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase); 92 … * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… 93 …* PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… 94 …* PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… 116 BOOL WINAPI wglUseFontBitmaps (HDC hDC, DWORD first, DWORD count, DWORD listBase); 117 BOOL WINAPI wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase); 118 BOOL WINAPI wglUseFontBitmapsW (HDC hDC, DWORD first, DWORD count, DWORD listBase); 119 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,… [all …]
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 588 glXUseXFont(Font font, int first, int count, int listBase) in glXUseXFont() argument 596 DRI_glXUseXFont(gc, font, first, count, listBase); in glXUseXFont() 613 req->listBase = listBase; in glXUseXFont()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_autogen.h | 111 void listBase(GLuint base); \
|
D | Context_gl.cpp | 1168 void Context::listBase(GLuint base) in listBase() function in gl::Context
|
/third_party/mesa3d/src/mesa/main/ |
D | dlist.c | 850 lookup_bitmap_atlas(struct gl_context *ctx, GLuint listBase) in lookup_bitmap_atlas() argument 854 assert(listBase > 0); in lookup_bitmap_atlas() 855 atlas = _mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase); in lookup_bitmap_atlas() 864 alloc_bitmap_atlas(struct gl_context *ctx, GLuint listBase, bool isGenName) in alloc_bitmap_atlas() argument 868 assert(listBase > 0); in alloc_bitmap_atlas() 869 assert(_mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase) == NULL); in alloc_bitmap_atlas() 873 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas, isGenName); in alloc_bitmap_atlas() 874 atlas->Id = listBase; in alloc_bitmap_atlas() 890 GLuint listBase) in build_bitmap_atlas() argument 919 struct gl_display_list *list = _mesa_lookup_list(ctx, listBase + i, true); in build_bitmap_atlas() [all …]
|