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.cpp39 rsc->mHal.funcs.framebuffer.init(rsc, this);
43 rsc->mHal.funcs.framebuffer.destroy(rsc, this);
89 rsc->mHal.funcs.framebuffer.setActive(rsc, this);
H A DrsDriverLoader.cpp146 ret &= fn(RS_HAL_GRAPHICS_FB_INIT, (void **)&rsc->mHal.funcs.framebuffer.init);
147 ret &= fn(RS_HAL_GRAPHICS_FB_SET_ACTIVE, (void **)&rsc->mHal.funcs.framebuffer.setActive);
148 ret &= fn(RS_HAL_GRAPHICS_FB_DESTROY, (void **)&rsc->mHal.funcs.framebuffer.destroy);
H A Drs_hal.h362 } framebuffer; member in struct:android::renderscript::__anon2146
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp126 bool framebuffer = renderToFramebuffer(); local
135 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.cpp1013 VkFramebuffer* framebuffer) {
1014 *framebuffer = AllocHandle<VkFramebuffer>(device, HandleType::kFramebuffer);
1306 void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* allocator) { argument
1010 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.h298 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFEROESPROC) (GLuint framebuffer);
299 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFEROESPROC) (GLenum target, GLuint framebuffer);
314 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
315 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h387 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
466 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer);
530 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
609 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
H A Dgl2ext.h3156 typedef void (GL_APIENTRYP PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVNVPROC) (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v);
3160 GL_APICALL void GL_APIENTRY glNamedFramebufferSampleLocationsfvNV (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v);
3367 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFOVEATIONCONFIGQCOMPROC) (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
3368 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFOVEATIONPARAMETERSQCOMPROC) (GLuint framebuffer, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea);
3370 GL_APICALL void GL_APIENTRY glFramebufferFoveationConfigQCOM (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
3371 GL_APICALL void GL_APIENTRY glFramebufferFoveationParametersQCOM (GLuint framebuffer, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea);
/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 DNullGlesDriver.h50 virtual void glBindFramebuffer_(GLenum target, GLuint framebuffer) override {}
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp363 VKAPI_ATTR void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator);
952 VKAPI_ATTR void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) { argument
953 GetData(device).dispatch.DestroyFramebuffer(device, framebuffer, pAllocator);
1636 VKAPI_ATTR void vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) { argument
1637 vulkan::api::DestroyFramebuffer(device, framebuffer, pAllocator);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2841 /* GLboolean glIsFramebufferOES ( GLuint framebuffer ) */
2844 (JNIEnv *_env, jobject _this, jint framebuffer) {
2847 (GLuint)framebuffer
2852 /* void glBindFramebufferOES ( GLenum target, GLuint framebuffer ) */
2855 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
2858 (GLuint)framebuffer
2843 android_glIsFramebufferOES__I(JNIEnv *_env, jobject _this, jint framebuffer) argument
2854 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h387 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
466 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer);
530 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
609 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/rs/script_api/
H A Drs_graphics.spec388 the framebuffer

Completed in 518 milliseconds

12