Searched refs:framebuffer (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp228 Buffer framebuffer; local
229 framebuffer.w = vi.xres;
230 framebuffer.h = vi.yres;
231 framebuffer.s = fi.line_length / (vi.bits_per_pixel >> 3);
232 framebuffer.addr = bits;
257 clearBuffer(&framebuffer, 0);
263 drawRect(&framebuffer, 0x400000, framebuffer.w-2, 0, 2, framebuffer.h);
266 drawCircle(&framebuffer,
[all...]
/frameworks/rs/
H A DrsFBOCache.cpp40 rsc->mHal.funcs.framebuffer.init(rsc, this);
44 rsc->mHal.funcs.framebuffer.destroy(rsc, this);
90 rsc->mHal.funcs.framebuffer.setActive(rsc, this);
H A DrsDriverLoader.cpp154 ret &= fn(RS_HAL_GRAPHICS_FB_INIT, (void **)&rsc->mHal.funcs.framebuffer.init);
155 ret &= fn(RS_HAL_GRAPHICS_FB_SET_ACTIVE, (void **)&rsc->mHal.funcs.framebuffer.setActive);
156 ret &= fn(RS_HAL_GRAPHICS_FB_DESTROY, (void **)&rsc->mHal.funcs.framebuffer.destroy);
H A Drs_hal.h359 } framebuffer; member in struct:android::renderscript::__anon1695
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp127 bool framebuffer = renderToFramebuffer(); local
136 if (!framebuffer) {
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java112 int framebuffer
313 int framebuffer
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec59 GLboolean glIsFramebufferOES ( GLuint framebuffer )
60 void glBindFramebufferOES ( GLenum target, GLuint framebuffer )
H A DGLES20.spec5 void glBindFramebuffer ( GLenum target, GLuint framebuffer )
85 GLboolean glIsFramebuffer ( GLuint framebuffer )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java775 // C function GLboolean glIsFramebufferOES ( GLuint framebuffer )
778 int framebuffer
781 // C function void glBindFramebufferOES ( GLenum target, GLuint framebuffer )
785 int framebuffer
H A DGLErrorWrapper.java1381 public void glBindFramebufferOES(int target, int framebuffer) { argument
1383 mgl11ExtensionPack.glBindFramebufferOES(target, framebuffer);
1578 public boolean glIsFramebufferOES(int framebuffer) { argument
1580 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer);
H A DGLES20.java364 // C function void glBindFramebuffer ( GLenum target, GLuint framebuffer )
368 int framebuffer
1258 // C function GLboolean glIsFramebuffer ( GLuint framebuffer )
1261 int framebuffer
H A DGLLogWrapper.java3451 public void glBindFramebufferOES(int target, int framebuffer) { argument
3454 arg("framebuffer", framebuffer);
3456 mgl11ExtensionPack.glBindFramebufferOES(target, framebuffer);
3754 public boolean glIsFramebufferOES(int framebuffer) { argument
3756 arg("framebuffer", framebuffer);
3758 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp963 VkFramebuffer* framebuffer) {
964 *framebuffer = AllocHandle<VkFramebuffer>(device, HandleType::kFramebuffer);
1237 void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* allocator) { argument
960 CreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo*, const VkAllocationCallbacks* , VkFramebuffer* framebuffer) argument
H A Dnull_driver_gen.h112 VKAPI_ATTR void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator);
/frameworks/native/opengl/include/GLES/
H A 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/native/opengl/include/GLES2/
H A 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/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1903 // C function void glBindFramebufferOES ( GLint target, GLint framebuffer )
1907 int framebuffer
2117 // C function GLboolean glIsFramebufferOES ( GLint framebuffer )
2120 int framebuffer
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp169 void glBindFramebuffer(GLenum target, GLuint framebuffer) {} argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp361 VKAPI_ATTR void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator);
934 VKAPI_ATTR void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) { argument
935 GetData(device).dispatch.DestroyFramebuffer(device, framebuffer, pAllocator);
1618 VKAPI_ATTR void vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) { argument
1619 vulkan::api::DestroyFramebuffer(device, framebuffer, pAllocator);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2542 /* GLboolean glIsFramebufferOES ( GLuint framebuffer ) */
2545 (JNIEnv *_env, jobject _this, jint framebuffer) {
2548 (GLuint)framebuffer
2553 /* void glBindFramebufferOES ( GLenum target, GLuint framebuffer ) */
2556 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
2559 (GLuint)framebuffer
2544 android_glIsFramebufferOES__I(JNIEnv *_env, jobject _this, jint framebuffer) argument
2555 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
/frameworks/native/opengl/include/GLES3/
H A 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);
H A Dgl31.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);
H A Dgl32.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/include/vulkan/
H A Dvulkan.h2083 VkFramebuffer framebuffer; member in struct:VkCommandBufferInheritanceInfo
2205 VkFramebuffer framebuffer; member in struct:VkRenderPassBeginInfo
2314 typedef void (VKAPI_PTR *PFN_vkDestroyFramebuffer)(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator);
2817 VkFramebuffer framebuffer,
/frameworks/rs/api/
H A Drs_graphics.spec388 the framebuffer

Completed in 2869 milliseconds

12