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

1234567891011>>

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dqueryconversions.h9 namespace gl namespace
H A DvalidationES.h17 namespace gl namespace
H A DvalidationES2.h14 namespace gl namespace
H A DvalidationES3.h14 namespace gl namespace
H A DQuery.h7 // Query.h: Defines the gl::Query class
23 namespace gl namespace
H A DSampler.cpp13 namespace gl namespace
H A DError.cpp7 // Error.cpp: Implements the gl::Error class which encapsulates an OpenGL error
16 namespace gl namespace
H A DFloat16ToFloat32.cpp9 namespace gl namespace
H A DHandleAllocator.h7 // HandleAllocator.h: Defines the gl::HandleAllocator class, which is used to
19 namespace gl namespace
H A DVertexAttribute.cpp11 namespace gl namespace
H A DError.h6 // Error.h: Defines the gl::Error class which encapsulates an OpenGL error
16 namespace gl namespace
H A DHandleAllocator.cpp7 // HandleAllocator.cpp: Implements the gl::HandleAllocator class, which is used
14 namespace gl namespace
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dmodule.h13 namespace gl { namespace in namespace:mojo::js
18 } // namespace gl
/external/chromium_org/ui/gl/android/
H A Dgl_jni_registrar.h10 #include "ui/gl/gl_export.h"
13 namespace gl { namespace in namespace:ui
20 } // namespace gl
H A Dgl_jni_registrar.cc5 #include "ui/gl/android/gl_jni_registrar.h"
9 #include "ui/gl/android/surface_texture.h"
10 #include "ui/gl/android/surface_texture_listener.h"
13 namespace gl { namespace in namespace:ui
29 } // namespace gl
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.cpp30 # include <OpenGLES/ES2/gl.h>
39 void initES20Direct (Functions* gl) argument
44 DE_UNREF(gl);
H A DglwInitES30Direct.cpp30 # include <OpenGLES/ES3/gl.h>
39 void initES30Direct (Functions* gl) argument
44 DE_UNREF(gl);
H A DglwWrapper.cpp45 void setCurrentThreadFunctions (const glw::Functions* gl) argument
47 s_functions = gl;
70 inline void set (const glw::Functions* gl)
72 deThreadLocal_set(m_ptr, (void*)gl);
89 void setCurrentThreadFunctions (const glw::Functions* gl)
91 s_functions.set(gl);
/external/chromium_org/third_party/angle/src/common/
H A Devent_tracer.h32 namespace gl namespace
H A Dutilities.h16 namespace gl namespace
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_trace_implementation.cc11 GLES2TraceImplementation::GLES2TraceImplementation(GLES2Interface* gl) argument
12 : gl_(gl) {
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DTextureImpl.h23 namespace gl namespace
49 virtual Image *getImage(const gl::ImageIndex &index) const = 0;
54 virtual void setImage(GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum internalFormat, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const void *pixels) = 0;
56 virtual void subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const void *pixels) = 0;
58 virtual void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
59 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
/external/chromium_org/third_party/skia/tools/timer/
H A DTimer.cpp9 Timer::Timer(SkGLContextHelper* gl) argument
16 , fGpuTimer(gl)
/external/skia/tools/timer/
H A DTimer.cpp9 Timer::Timer(SkGLContextHelper* gl) argument
16 , fGpuTimer(gl)
/external/chromium_org/cc/resources/
H A Dscoped_gpu_raster.cc25 GLES2Interface* gl = context_provider_->ContextGL(); local
30 gl->PushGroupMarkerEXT(0, "GpuRasterization");
39 GLES2Interface* gl = context_provider_->ContextGL(); local
49 gl->PopGroupMarkerEXT();

Completed in 504 milliseconds

1234567891011>>