/external/chromium_org/cc/resources/ |
D | resource_provider.cc | 41 IdAllocator(GLES2Interface* gl, size_t id_allocation_chunk_size) in IdAllocator() 96 ScopedSetActiveTexture(GLES2Interface* gl, GLenum unit) in ScopedSetActiveTexture() 117 TextureIdAllocator(GLES2Interface* gl, in TextureIdAllocator() 141 BufferIdAllocator(GLES2Interface* gl, size_t buffer_id_allocation_chunk_size) in BufferIdAllocator() 430 GLES2Interface* gl = ContextGL(); in CreateResourceFromExternalTexture() local 526 GLES2Interface* gl = ContextGL(); in DeleteResourceInternal() local 532 GLES2Interface* gl = ContextGL(); in DeleteResourceInternal() local 537 GLES2Interface* gl = ContextGL(); in DeleteResourceInternal() local 542 GLES2Interface* gl = ContextGL(); in DeleteResourceInternal() local 550 GLES2Interface* gl = ContextGL(); in DeleteResourceInternal() local [all …]
|
/external/chromium_org/gpu/command_buffer/service/ |
D | test_helper.cc | 64 ::gfx::MockGLInterface* gl, GLenum target) { in SetupTextureInitializationExpectations() 141 ::gfx::MockGLInterface* gl, in SetupTextureManagerInitExpectations() 171 ::gfx::MockGLInterface* gl, GLenum target) { in SetupTextureDestructionExpectations() 196 ::gfx::MockGLInterface* gl, in SetupTextureManagerDestructionExpectations() 228 ::gfx::MockGLInterface* gl, in SetupContextGroupInitExpectations() 280 ::gfx::MockGLInterface* gl, const char* extensions) { in SetupFeatureInfoInitExpectations() 285 ::gfx::MockGLInterface* gl, in SetupFeatureInfoInitExpectationsWithGLVersion() 303 ::gfx::MockGLInterface* gl, UniformInfo* uniforms, size_t num_uniforms) { in SetupExpectationsForClearingUniforms() 382 ::gfx::MockGLInterface* gl, in SetupProgramSuccessExpectations() 488 ::gfx::MockGLInterface* gl, in SetupShader() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLUtil.cpp | 13 void GrGLClearErr(const GrGLInterface* gl) { in GrGLClearErr() 37 void GrGLCheckErr(const GrGLInterface* gl, in GrGLCheckErr() 231 GrGLBinding GrGLGetBindingInUse(const GrGLInterface* gl) { in GrGLGetBindingInUse() 237 GrGLVersion GrGLGetVersion(const GrGLInterface* gl) { in GrGLGetVersion() 243 GrGLSLVersion GrGLGetGLSLVersion(const GrGLInterface* gl) { in GrGLGetGLSLVersion() 249 GrGLVendor GrGLGetVendor(const GrGLInterface* gl) { in GrGLGetVendor() 255 GrGLRenderer GrGLGetRenderer(const GrGLInterface* gl) { in GrGLGetRenderer()
|
D | GrGLUtil.h | 50 #define GR_GL_GetIntegerv(gl, e, p) \ argument 56 #define GR_GL_GetFramebufferAttachmentParameteriv(gl, t, a, pname, p) \ argument 62 #define GR_GL_GetRenderbufferParameteriv(gl, t, pname, p) \ argument 67 #define GR_GL_GetTexLevelParameteriv(gl, t, l, pname, p) \ argument
|
D | GrGLStencilBuffer.cpp | 27 const GrGLInterface* gl = gpuGL->glInterface(); in onRelease() local
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLUtil.cpp | 13 void GrGLClearErr(const GrGLInterface* gl) { in GrGLClearErr() 37 void GrGLCheckErr(const GrGLInterface* gl, in GrGLCheckErr() 231 GrGLBinding GrGLGetBindingInUse(const GrGLInterface* gl) { in GrGLGetBindingInUse() 237 GrGLVersion GrGLGetVersion(const GrGLInterface* gl) { in GrGLGetVersion() 243 GrGLSLVersion GrGLGetGLSLVersion(const GrGLInterface* gl) { in GrGLGetGLSLVersion() 249 GrGLVendor GrGLGetVendor(const GrGLInterface* gl) { in GrGLGetVendor() 255 GrGLRenderer GrGLGetRenderer(const GrGLInterface* gl) { in GrGLGetRenderer()
|
D | GrGLUtil.h | 50 #define GR_GL_GetIntegerv(gl, e, p) \ argument 56 #define GR_GL_GetFramebufferAttachmentParameteriv(gl, t, a, pname, p) \ argument 62 #define GR_GL_GetRenderbufferParameteriv(gl, t, pname, p) \ argument 67 #define GR_GL_GetTexLevelParameteriv(gl, t, l, pname, p) \ argument
|
D | GrGLStencilBuffer.cpp | 27 const GrGLInterface* gl = gpuGL->glInterface(); in onRelease() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/ |
D | gl.pc.in | 6 Name: gl pkg
|
/external/mesa3d/src/mesa/ |
D | gl.pc.in | 6 Name: gl pkg
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | Grid.java | 205 public static void beginDrawing(GL10 gl, boolean useTexture) { in beginDrawing() 217 public void beginDrawingStrips(GL10 gl, boolean useTexture) { in beginDrawingStrips() 240 public void drawStrip(GL10 gl, boolean useTexture, int startIndex, int indexCount) { in drawStrip() 256 public void draw(GL10 gl, boolean useTexture) { in draw() 286 public static void endDrawing(GL10 gl) { in endDrawing() 309 public void releaseHardwareBuffers(GL10 gl) { in releaseHardwareBuffers() 335 public void generateHardwareBuffers(GL10 gl) { in generateHardwareBuffers()
|
D | GameRenderer.java | 80 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() 142 public void loadTextures(GL10 gl, TextureLibrary library) { in loadTextures() 149 public void flushTextures(GL10 gl, TextureLibrary library) { in flushTextures() 156 public void loadBuffers(GL10 gl, BufferLibrary library) { in loadBuffers() 163 public void flushBuffers(GL10 gl, BufferLibrary library) { in flushBuffers() 179 public void onDrawFrame(GL10 gl) { in onDrawFrame() 266 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged()
|
D | OpenGLSystem.java | 39 public OpenGLSystem(GL10 gl) { in OpenGLSystem() 43 public static final void setGL(GL10 gl) { in setGL()
|
D | TextureLibrary.java | 82 public Texture loadTexture(Context context, GL10 gl, int resourceID) { in loadTexture() 89 public void loadAll(Context context, GL10 gl) { in loadAll() 98 public void deleteAll(GL10 gl) { in deleteAll() 127 protected Texture loadBitmap(Context context, GL10 gl, Texture texture) { in loadBitmap()
|
D | BufferLibrary.java | 44 public void generateHardwareBuffers(GL10 gl) { in generateHardwareBuffers() 54 public void releaseHardwareBuffers(GL10 gl) { in releaseHardwareBuffers()
|
D | DrawableBitmap.java | 71 public static void beginDrawing(GL10 gl, float viewWidth, float viewHeight) { in beginDrawing() 101 GL10 gl = OpenGLSystem.getGL(); in draw() local 153 public static void endDrawing(GL10 gl) { in endDrawing()
|
D | GLSurfaceView.java | 577 GL wrap(GL gl); in wrap() 634 void onSurfaceCreated(GL10 gl, EGLConfig config); in onSurfaceCreated() 659 void onSurfaceChanged(GL10 gl, int width, int height); in onSurfaceChanged() 683 void onDrawFrame(GL10 gl); in onDrawFrame() 685 void loadTextures(GL10 gl, TextureLibrary library); in loadTextures() 686 void flushTextures(GL10 gl, TextureLibrary library); in flushTextures() 687 void loadBuffers(GL10 gl, BufferLibrary library); in loadBuffers() 688 void flushBuffers(GL10 gl, BufferLibrary library); in flushBuffers() 995 GL gl = mEglContext.getGL(); in createSurface() local 1122 GL10 gl = null; in guardedRun() local [all …]
|
/external/chromium_org/gpu/command_buffer/client/ |
D | program_info_manager.cc | 80 GLES2Implementation* gl, GLuint program, const char* name) { in GetAttribLocation() 85 GLES2Implementation* gl, GLuint program, const char* name) { in GetUniformLocation() 90 GLES2Implementation* gl, in GetActiveAttrib() 98 GLES2Implementation* gl, in GetActiveUniform() 319 GLES2Implementation* gl, GLuint program) { in Update() 385 GLES2Implementation* gl, GLuint program) { in GetProgramInfo() 409 GLES2Implementation* gl, GLuint program, GLenum pname, GLint* params) { in GetProgramiv() 419 GLES2Implementation* gl, GLuint program, const char* name) { in GetAttribLocation() 429 GLES2Implementation* gl, GLuint program, const char* name) { in GetUniformLocation() 439 GLES2Implementation* gl, in GetActiveAttrib() [all …]
|
D | gles2_trace_implementation.cc | 11 GLES2TraceImplementation::GLES2TraceImplementation(GLES2Interface* gl) in GLES2TraceImplementation()
|
/external/chromium_org/third_party/angle/src/common/ |
D | event_tracer.cpp | 7 namespace gl namespace 26 namespace gl namespace
|
/external/chromium_org/cc/scheduler/ |
D | texture_uploader.h | 32 static scoped_ptr<TextureUploader> Create(gpu::gles2::GLES2Interface* gl) { in Create() 58 static scoped_ptr<Query> Create(gpu::gles2::GLES2Interface* gl) { in Create()
|
/external/chromium_org/ui/gl/android/ |
D | gl_jni_registrar.cc | 13 namespace gl { namespace
|
/external/skia/bench/ |
D | BenchTimer.cpp | 23 BenchTimer::BenchTimer(SkGLContextHelper* gl) in BenchTimer()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Float16ToFloat32.cpp | 10 namespace gl namespace
|
D | HandleAllocator.cpp | 15 namespace gl namespace
|