HomeSort by relevance Sort by last modified time
    Searched refs:PUBLIC (Results 1 - 25 of 468) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/common/
dri_test.c 14 PUBLIC __thread struct _glapi_table * _glapi_tls_Dispatch
17 PUBLIC __thread void * _glapi_tls_Context
20 PUBLIC const struct _glapi_table *_glapi_Dispatch;
21 PUBLIC const void *_glapi_Context;
25 PUBLIC struct _glapi_table *_glapi_Dispatch;
26 PUBLIC void *_glapi_Context;
30 PUBLIC void
34 PUBLIC void
38 PUBLIC void *
44 PUBLIC voi
    [all...]
  /external/mesa3d/src/gallium/include/state_tracker/
graw.h 56 PUBLIC struct pipe_screen *graw_create_window_and_screen( int x,
63 PUBLIC void graw_set_display_func( void (*func)( void ) );
64 PUBLIC void graw_main_loop( void );
66 PUBLIC void *graw_parse_geometry_shader( struct pipe_context *pipe,
69 PUBLIC void *graw_parse_vertex_shader( struct pipe_context *pipe,
72 PUBLIC void *graw_parse_fragment_shader( struct pipe_context *pipe,
82 PUBLIC boolean graw_parse_args(int *argi, int argc, char *argv[]);
92 PUBLIC boolean graw_save_surface_to_file(struct pipe_context *pipe,
  /external/mesa3d/src/gallium/targets/egl-static/
st_GL.c 31 PUBLIC struct st_api *
  /external/dbus/test/data/equiv-config-files/basic/
basic-2.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dbus/test/data/equiv-config-files/entities/
entities-2.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dbus/test/data/invalid-config-files/
circular-1.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
circular-2.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
circular-3.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
not-well-formed.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dbus/test/data/valid-config-files/
incoming-limit.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
  /external/mesa3d/src/egl/main/
egllog.h 46 PUBLIC void
50 PUBLIC void
54 PUBLIC void
eglcurrent.h 92 PUBLIC _EGLThreadInfo *
104 PUBLIC _EGLContext *
108 PUBLIC _EGLContext *
112 PUBLIC EGLBoolean
  /external/mesa3d/src/mapi/mapi/
u_compiler.h 31 #ifndef PUBLIC
33 # define PUBLIC __attribute__((visibility("default")))
35 # define PUBLIC __declspec(dllexport)
37 # define PUBLIC
  /libcore/ojluni/src/main/java/java/lang/reflect/
Member.java 6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
39 public
43 * Identifies the set of all public members of a class or interface,
47 public static final int PUBLIC = 0;
54 public static final int DECLARED = 1;
63 public Class<?> getDeclaringClass();
71 public String getName()
    [all...]
  /external/mesa3d/src/gallium/targets/pipe-loader/
pipe_swrast.c 6 PUBLIC struct pipe_screen *
9 PUBLIC
pipe_nouveau.c 20 PUBLIC
  /external/javassist/src/main/javassist/bytecode/
AccessFlag.java 5 * The contents of this file are subject to the Mozilla Public License Version
8 * the terms of the GNU Lesser General Public License Version 2.1 or later.
20 * for access modifiers such as public, rivate, ...
22 public class AccessFlag {
23 public static final int PUBLIC = 0x0001;
24 public static final int PRIVATE = 0x0002;
25 public static final int PROTECTED = 0x0004;
26 public static final int STATIC = 0x0008;
27 public static final int FINAL = 0x0010
    [all...]
  /external/dnsmasq/dbus/
dnsmasq.conf 1 <!DOCTYPE busconfig PUBLIC
  /external/javassist/src/main/javassist/
Modifier.java 5 * The contents of this file are subject to the Mozilla Public License Version
8 * the terms of the GNU Lesser General Public License Version 2.1 or later.
30 public class Modifier {
31 public static final int PUBLIC = AccessFlag.PUBLIC;
32 public static final int PRIVATE = AccessFlag.PRIVATE;
33 public static final int PROTECTED = AccessFlag.PROTECTED;
34 public static final int STATIC = AccessFlag.STATIC;
35 public static final int FINAL = AccessFlag.FINAL
    [all...]
  /system/tpm/trunks/
com.android.Trunks.conf 1 <!DOCTYPE busconfig PUBLIC
org.chromium.Trunks.conf 1 <!DOCTYPE busconfig PUBLIC
  /system/webservd/webservd/etc/dbus-1/
org.chromium.WebServer.conf 1 <!DOCTYPE busconfig PUBLIC
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 62 #define KEYWORD1 PUBLIC
162 PUBLIC __thread void * CurrentContext
190 XVisualInfo PUBLIC *
201 void PUBLIC
212 GLXContext PUBLIC
223 GLXPixmap PUBLIC
234 void PUBLIC
247 void PUBLIC
258 int PUBLIC
269 GLXContext PUBLIC
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
queue.cpp 28 PUBLIC cl_command_queue
50 PUBLIC cl_int
59 PUBLIC cl_int
70 PUBLIC cl_int
95 PUBLIC cl_int
  /external/mesa3d/src/gallium/targets/graw-null/
graw_util.c 14 PUBLIC void *
28 PUBLIC void *
42 PUBLIC void *
58 PUBLIC boolean
77 PUBLIC boolean

Completed in 1075 milliseconds

1 2 3 4 5 6 7 8 91011>>