Searched refs:gl (Results 76 - 100 of 114) sorted by relevance

12345

/external/e2fsprogs/intl/
H A Dconfig.charset135 fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \
508 echo "gl CP850"
/external/quake/quake/src/WinQuake/
H A Dglquake.h34 #include <GLES/gl.h>
38 #include <GL/gl.h>
199 extern int skytexturenum; // index in cl.loadmodel, not gl texture object
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.mm47 #include <OpenGL/gl.h>
/external/skia/src/gpu/ios/
H A DGrGLDefaultInterface_iOS.cpp10 #include "gl/GrGLInterface.h"
12 #import <OpenGLES/ES2/gl.h>
/external/skia/src/gpu/unix/
H A DGrGLCreateNativeInterface_unix.cpp10 #include "gl/GrGLInterface.h"
13 #include <GL/gl.h>
18 glXGetProcAddress(reinterpret_cast<const GLubyte*>("gl" #F));
20 glXGetProcAddress(reinterpret_cast<const GLubyte*>("gl" #F #S));
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DProgram.h7 // Program.h: Defines the gl::Program class. Implements GL program objects
21 namespace gl namespace
H A DRenderbuffer.cpp7 // Renderbuffer.cpp: the gl::Renderbuffer class and its derived classes
17 namespace gl namespace
H A DResourceManager.cpp7 // ResourceManager.cpp: Implements the gl::ResourceManager class, which tracks and
18 namespace gl namespace
H A DShader.cpp7 // Shader.cpp: Implements the gl::Shader class and its derived classes
19 namespace gl namespace
H A DBlit.cpp112 namespace gl namespace
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c23 #include <GLES/gl.h>
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java34 public GL wrap(GL gl) { argument
35 return new ErrorLoggingGL(gl);
41 public ErrorLoggingGL(GL gl) { argument
42 mGL = gl;
/external/skia/src/utils/unix/
H A DSkOSWindow_Unix.cpp12 #include <GL/gl.h>
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.cpp23 namespace gl namespace
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderManager.java668 * @param gl The geometry list to render.
673 public void renderGeometryList(GeometryList gl) { argument
674 for (int i = 0; i < gl.size(); i++) {
675 renderGeometry(gl.get(i));
/external/skia/src/gpu/mac/
H A DGrGLCreateNativeInterface_mac.cpp10 #include "gl/GrGLInterface.h"
12 #include <OpenGL/gl.h>
31 // The gl functions are not context-specific so we create one global
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DOpenGLShims.h20 #include <GL/gl.h>
/external/icu4c/common/
H A Dlocmap.c331 ILCID_POSIX_ELEMENT_ARRAY(0x0456, gl, gl_ES)
731 ILCID_POSIX_MAP(gl), /* gl Galician 0x56 */
/external/icu4c/data/curr/
H A Dresfiles.mk69 fr_KM.txt fr_LU.txt ga.txt gl.txt gsw.txt\
/external/icu4c/data/lang/
H A Dresfiles.mk62 gl.txt gsw.txt gu.txt guz.txt gv.txt\
/external/icu4c/data/region/
H A Dresfiles.mk61 fr.txt ga.txt gl.txt gsw.txt gu.txt\
/external/icu4c/data/zone/
H A Dresfiles.mk63 fr.txt fr_CA.txt ga.txt gl.txt gsw.txt\
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp34 #include <gl.h>
39 #include <GL/gl.h>
/external/linux-tools-perf/util/
H A Dprobe-finder.c1489 static int pubname_search_cb(Dwarf *dbg, Dwarf_Global *gl, void *data) argument
1493 if (dwarf_offdie(dbg, gl->die_offset, param->sp_die)) {
1498 if (!dwarf_offdie(dbg, gl->cu_offset, param->cu_die))
/external/skia/bench/
H A Dbenchmain.cpp21 #include "gl/SkNativeGLContext.h"
22 #include "gl/SkNullGLContext.h"
186 reinterpret_cast<GrPlatform3DContext>(glCtx->gl());

Completed in 841 milliseconds

12345