Home
last modified time | relevance | path

Searched refs:framebuffer (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/tests/touchlag/
Dtouchlag.cpp228 Buffer framebuffer; in main() local
229 framebuffer.w = vi.xres; in main()
230 framebuffer.h = vi.yres; in main()
231 framebuffer.s = fi.line_length / (vi.bits_per_pixel >> 3); in main()
232 framebuffer.addr = bits; in main()
257 clearBuffer(&framebuffer, 0); in main()
263 drawRect(&framebuffer, 0x400000, framebuffer.w-2, 0, 2, framebuffer.h); in main()
266 drawCircle(&framebuffer, 0, lag_x, lag_y, 100); in main()
267 drawHLine(&framebuffer, 0, 0, lag_y, 32); in main()
269 drawCircle(&framebuffer, 0, x, y, 100, true); in main()
[all …]
/frameworks/rs/
DrsFBOCache.cpp40 rsc->mHal.funcs.framebuffer.init(rsc, this); in init()
44 rsc->mHal.funcs.framebuffer.destroy(rsc, this); in deinit()
90 rsc->mHal.funcs.framebuffer.setActive(rsc, this); in setup()
DrsDriverLoader.cpp154 ret &= fn(RS_HAL_GRAPHICS_FB_INIT, (void **)&rsc->mHal.funcs.framebuffer.init); in LoadHalTable()
155 ret &= fn(RS_HAL_GRAPHICS_FB_SET_ACTIVE, (void **)&rsc->mHal.funcs.framebuffer.setActive); in LoadHalTable()
156 ret &= fn(RS_HAL_GRAPHICS_FB_DESTROY, (void **)&rsc->mHal.funcs.framebuffer.destroy); in LoadHalTable()
Drs_hal.h359 } framebuffer; member
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt44 the HWComposer HAL as a framebuffer target layer.
68 framebuffer target layer is
83 which the buffers are to be passed to HWComposer as a framebuffer
/frameworks/rs/driver/
DrsdFrameBufferObj.cpp127 bool framebuffer = renderToFramebuffer(); in setActive() local
136 if (!framebuffer) { in setActive()
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1extpack1 void glBindFramebufferOES ( GLint target, GLint framebuffer )
24 GLboolean glIsFramebufferOES ( GLint framebuffer )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java112 int framebuffer in glBindFramebufferOES() argument
313 int framebuffer in glIsFramebufferOES() argument
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec59 GLboolean glIsFramebufferOES ( GLuint framebuffer )
60 void glBindFramebufferOES ( GLenum target, GLuint framebuffer )
DGLES20.spec5 void glBindFramebuffer ( GLenum target, GLuint framebuffer )
85 GLboolean glIsFramebuffer ( GLuint framebuffer )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java778 int framebuffer in glIsFramebufferOES() argument
785 int framebuffer in glBindFramebufferOES() argument
DGLES20.java368 int framebuffer in glBindFramebuffer() argument
1261 int framebuffer in glIsFramebuffer() argument
DGLErrorWrapper.java1381 public void glBindFramebufferOES(int target, int framebuffer) { in glBindFramebufferOES() argument
1383 mgl11ExtensionPack.glBindFramebufferOES(target, framebuffer); in glBindFramebufferOES()
1578 public boolean glIsFramebufferOES(int framebuffer) { in glIsFramebufferOES() argument
1580 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer); in glIsFramebufferOES()
DGLLogWrapper.java3451 public void glBindFramebufferOES(int target, int framebuffer) { in glBindFramebufferOES() argument
3454 arg("framebuffer", framebuffer); in glBindFramebufferOES()
3456 mgl11ExtensionPack.glBindFramebufferOES(target, framebuffer); in glBindFramebufferOES()
3754 public boolean glIsFramebufferOES(int framebuffer) { in glIsFramebufferOES() argument
3756 arg("framebuffer", framebuffer); in glIsFramebufferOES()
3758 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer); in glIsFramebufferOES()
/frameworks/base/tests/AccessoryDisplay/
DREADME35 a private virtual display which passes the framebuffer through
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in184 GLboolean API_ENTRY(glIsFramebufferOES)(GLuint framebuffer) {
185 CALL_GL_API_RETURN(glIsFramebufferOES, framebuffer);
187 void API_ENTRY(glBindFramebufferOES)(GLenum target, GLuint framebuffer) {
188 CALL_GL_API(glBindFramebufferOES, target, framebuffer);
/frameworks/native/opengl/include/GLES2/
Dgl2.h389 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
468 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer);
532 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
611 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
/frameworks/native/vulkan/api/
Dvulkan.api920 …ATTACHMENT_BIT = 0x00000010, /// Can be used as framebuffer color attachment
921 …STENCIL_ATTACHMENT_BIT = 0x00000020, /// Can be used as framebuffer depth/stencil a…
923 …ATTACHMENT_BIT = 0x00000080, /// Can be used as framebuffer input attachment
2105 …VkFramebuffer framebuffer /// Framebuffer for secondary command buff…
2122 VkFramebuffer framebuffer
2369 … maxFramebufferWidth /// max width for a framebuffer
2370 … maxFramebufferHeight /// max height for a framebuffer
2371 … maxFramebufferLayers /// max layer count for a layered framebuffer
2376 … maxColorAttachments /// max num of framebuffer color attachmen…
4000 framebuffer := ?
[all …]
/frameworks/native/opengl/include/GLES/
Dglext.h758 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
759 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
774 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFEROESPROC) (GLuint framebuffer);
775 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFEROESPROC) (GLenum target, GLuint framebuffer);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1907 int framebuffer in glBindFramebufferOES() argument
2120 int framebuffer in glIsFramebufferOES() argument
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp963 VkFramebuffer* framebuffer) { in CreateFramebuffer() argument
964 *framebuffer = AllocHandle<VkFramebuffer>(device, HandleType::kFramebuffer); in CreateFramebuffer()
1237 void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* al… in DestroyFramebuffer() argument
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp169 void glBindFramebuffer(GLenum target, GLuint framebuffer) {} in glBindFramebuffer() argument
/frameworks/native/opengl/include/GLES3/
Dgl3.h389 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
468 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer);
532 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
611 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in13 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) {
14 CALL_GL_API(glBindFramebuffer, target, framebuffer);
250 GLboolean API_ENTRY(glIsFramebuffer)(GLuint framebuffer) {
251 CALL_GL_API_RETURN(glIsFramebuffer, framebuffer);
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd380 <td class="label_neg">PorterDuff.Mode.DARKEN (framebuffer)</td>
384 <td class="label_neg">PorterDuff.Mode.LIGHTEN (framebuffer)</td>
388 <td class="label_neg">PorterDuff.Mode.OVERLAY (framebuffer)</td>

12