Searched defs:gl (Results 1 - 25 of 53) sorted by relevance

123

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dutilities.h17 namespace gl namespace
49 D3DCOLOR ConvertColor(gl::Color color);
H A DFence.h7 // Fence.h: Defines the gl::Fence class, which supports the GL_NV_fence extension.
18 namespace gl namespace
H A DRefCountObject.cpp7 // RefCountObject.cpp: Defines the gl::RefCountObject base class that provides
14 namespace gl namespace
H A Dmain.h21 namespace gl namespace
H A Dmathutil.h14 namespace gl namespace
H A DBuffer.cpp7 // Buffer.cpp: Implements the gl::Buffer class, representing storage of vertex and/or
17 namespace gl namespace
H A DBuffer.h7 // Buffer.h: Defines the gl::Buffer class, representing storage of vertex and/or
23 namespace gl namespace
H A DFence.cpp7 // Fence.cpp: Implements the gl::Fence class, which supports the GL_NV_fence extension.
13 namespace gl namespace
H A DFramebuffer.h7 // Framebuffer.h: Defines the gl::Framebuffer class. Implements GL framebuffer
20 namespace gl namespace
H A Dmain.cpp34 gl::Current *current = (gl::Current*)LocalAlloc(LPTR, sizeof(gl::Current));
74 namespace gl namespace
114 gl::Context *context = glGetCurrentContext();
122 gl::trace("\t! Error generated: invalid enum\n");
126 gl::trace("\t! Error generated: invalid value\n");
130 gl::trace("\t! Error generated: invalid operation\n");
134 gl::trace("\t! Error generated: out of memory\n");
138 gl
[all...]
H A DBlit.h21 namespace gl namespace
H A DRefCountObject.h7 // RefCountObject.h: Defines the gl::RefCountObject base class that provides
22 namespace gl namespace
H A DRenderbuffer.h7 // Renderbuffer.h: Defines the wrapper class gl::Renderbuffer, as well as the
22 namespace gl namespace
H A DResourceManager.h20 namespace gl namespace
/external/webkit/Source/ThirdParty/ANGLE/src/common/
H A Ddebug.cpp20 namespace gl namespace
H A Ddebug.h15 namespace gl namespace
23 #define TRACE(message, ...) gl::trace("trace: %s"message"\n", __FUNCTION__, __VA_ARGS__)
29 #define FIXME(message, ...) gl::trace("fixme: %s"message"\n", __FUNCTION__, __VA_ARGS__)
32 #define ERR(message, ...) gl::trace("err: %s"message"\n", __FUNCTION__, __VA_ARGS__)
/external/elfutils/libdw/
H A Ddwarf_getpubnames.c163 Dwarf_Global gl; local
165 gl.cu_offset = (dbg->pubnames_sets[cnt].cu_offset
172 gl.die_offset = read_4ubyte_unaligned_inc (dbg, readp);
174 gl.die_offset = read_8ubyte_unaligned_inc (dbg, readp);
177 if (gl.die_offset == 0)
181 gl.die_offset += dbg->pubnames_sets[cnt].cu_offset;
183 gl.name = (char *) readp;
184 readp = (unsigned char *) rawmemchr (gl.name, '\0') + 1;
187 if (callback (dbg, &gl, arg) != DWARF_CB_OK)
/external/elfutils/tests/
H A Dget-pubnames.c24 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg) argument
29 globcnt++, gl->name, (unsigned long long int) gl->die_offset,
30 (unsigned long long int) gl->cu_offset);
34 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL
45 if (dwarf_offdie (dbg, gl->die_offset, &die) == NULL
/external/replicaisland/src/com/replica/replicaisland/
H A DBufferLibrary.java44 public void generateHardwareBuffers(GL10 gl) { argument
49 grid.generateHardwareBuffers(gl);
54 public void releaseHardwareBuffers(GL10 gl) { argument
59 grid.releaseHardwareBuffers(gl);
H A DOpenGLSystem.java39 public OpenGLSystem(GL10 gl) { argument
40 sGL = gl;
43 public static final void setGL(GL10 gl) { argument
44 sGL = gl;
H A DTextureLibrary.java82 public Texture loadTexture(Context context, GL10 gl, int resourceID) { argument
84 texture = loadBitmap(context, gl, texture);
89 public void loadAll(Context context, GL10 gl) { argument
92 loadBitmap(context, gl, mTextureHash[x]);
98 public void deleteAll(GL10 gl) { argument
105 gl.glDeleteTextures(1, mTextureNameWorkspace, 0);
106 int error = gl.glGetError();
127 protected Texture loadBitmap(Context context, GL10 gl, Texture texture) { argument
128 assert gl != null;
132 gl
[all...]
/external/iptables/iptables/
H A Dxshared.c108 struct xtables_globals *gl)
152 gl->opts = xtables_options_xfrm(gl->orig_opts,
153 gl->opts,
157 gl->opts = xtables_merge_options(gl->orig_opts,
158 gl->opts,
161 if (gl->opts == NULL)
107 command_default(struct iptables_command_state *cs, struct xtables_globals *gl) argument
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.h21 namespace gl namespace
/external/bluetooth/glib/tests/
H A Dtype-test.c47 glong gl; local
100 gl = G_MAXLONG;
101 gl++;
102 g_assert (gl == G_MINLONG);
/external/quake/src/com/android/quake/
H A DQuakeView.java282 public void onDrawFrame(GL10 gl) { argument
288 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
294 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument

Completed in 267 milliseconds

123