Home
last modified time | relevance | path

Searched refs:ListBase (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglthread_marshal.h563 ctx->GLThread.ListBase = base; in _mesa_glthread_ListBase()
615 unsigned base = ctx->GLThread.ListBase; in _mesa_glthread_CallLists()
Dglthread.h158 unsigned ListBase; member
Dmtypes.h644 GLuint ListBase; member
Ddlist.c13879 ctx->List.ListBase == 0 || in render_bitmap_atlas()
13886 atlas = lookup_bitmap_atlas(ctx, ctx->List.ListBase); in render_bitmap_atlas()
13892 atlas = alloc_bitmap_atlas(ctx, ctx->List.ListBase, false); in render_bitmap_atlas()
13902 build_bitmap_atlas(ctx, atlas, ctx->List.ListBase); in render_bitmap_atlas()
13968 GLuint base = ctx->List.ListBase; in _mesa_CallLists()
14061 ctx->List.ListBase = base; in _mesa_ListBase()
15156 ctx->List.ListBase = 0; in _mesa_init_display_list()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/
Dengine.dart8 import 'dart:collection' show ListBase;
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/
Dbuffers.dart7 abstract class _TypedDataBuffer<E> extends ListBase<E> {
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h683 ListBase, enumerator
Dentry_points_enum_autogen.cpp1351 case EntryPoint::ListBase: in GetEntryPointName()
/third_party/flutter/engine/flutter/lib/snapshot/
Dfuchsia_compilation_trace.txt547 dart:collection,ListBase,ListBase.
1126 dart:_internal,ListBase&&UnmodifiableListMixin,ListBase&&UnmodifiableListMixin.
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp570 { "glListBase", _O(ListBase) },
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.h177 ANGLE_EXPORT void GL_APIENTRY ListBase(GLuint base);
Dproc_table_wgl_autogen.cpp514 {"glListBase", P(gl::ListBase)},
Dentry_points_gl_1_0_autogen.cpp2559 void GL_APIENTRY ListBase(GLuint base) in ListBase() function
2572 ANGLE_CAPTURE(ListBase, isCallValid, context, base); in ListBase()
DlibGL_autogen.cpp726 return gl::ListBase(base); in glListBase()
/third_party/openGLES/extensions/ARB/
DARB_draw_elements_base_vertex.txt406 in the name and partly because it reminds one of ListBase and
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_draw_elements_base_vertex.txt396 in the name and partly because it reminds one of ListBase and
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt941 dart:collection,ListBase,ListBase.
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp3290 ANGLE_CAPTURE(ListBase, isCallValid, context, base); in GL_ListBase()