/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysyuv.cc | 190 /* Create the BBitmap framebuffer */
|
/external/qemu/distrib/sdl-1.2.15/src/video/caca/ |
SDL_cacavideo.c | 219 /* Set up the new mode framebuffer */
|
/frameworks/base/libs/hwui/ |
Program.h | 153 // Framebuffer blending (requires Extensions.hasFramebufferFetch())
|
/frameworks/base/opengl/java/android/opengl/ |
GLErrorWrapper.java | [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 28 void GLTrace_glBindFramebuffer(GLenum target, GLuint framebuffer); 107 GLboolean GLTrace_glIsFramebuffer(GLuint framebuffer); [all...] |
/frameworks/native/opengl/libs/ |
entries.in | 16 GL_ENTRY(void, glBindFramebuffer, GLenum target, GLuint framebuffer) 17 GL_ENTRY(void, glBindFramebufferOES, GLenum target, GLuint framebuffer) 294 GL_ENTRY(GLboolean, glIsFramebuffer, GLuint framebuffer) 295 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer) [all...] |
/frameworks/native/services/surfaceflinger/RenderEngine/ |
GLES11RenderEngine.cpp | 195 // create a Framebuffer Object to render into
|
/frameworks/rs/ |
rs_hal.h | 278 } framebuffer; member in struct:android::renderscript::__anon30677
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_ad.cpp | 43 //Opens writeback framebuffer and returns fd.
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
entries.in | 23 void, glBindFramebuffer, GLenum target, GLuint framebuffer 24 void, glBindFramebufferOES, GLenum target, GLuint framebuffer 301 GLboolean, glIsFramebuffer, GLuint framebuffer 302 GLboolean, glIsFramebufferOES, GLuint framebuffer [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
objectNameManager.cpp | 144 case FRAMEBUFFER:
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
objectNameManager.h | 27 FRAMEBUFFER = 3,
|
/system/extras/tests/framebuffer/ |
fb_test.c | 90 perror("failed to mmap framebuffer");
|
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 426 /* Framebuffer Object. */ 478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
/external/chromium_org/chromeos/display/ |
real_output_configurator_delegate.cc | 94 // Configuring CRTCs/Framebuffer clears the boot screen image. Set the 446 // In case our CRTC doesn't fit in our current framebuffer, disable it. 447 // It'll get reenabled after we resize the framebuffer.
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 423 /* Framebuffer Object. */ 643 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 157 // GL_EXT_discard_framebuffer - makes specified attachments of currently bound framebuffer undefined. 222 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer) = 0; 296 virtual WGC3Dboolean isFramebuffer(WebGLId framebuffer) = 0;
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_timer_query.txt | 173 previous commands on the GL client and server state and the framebuffer 195 previous commands on the GL client and server state and the framebuffer 448 those commands has been written to the framebuffer. The timer stops
|
/external/chromium_org/third_party/angle/include/GLES2/ |
gl2.h | 426 /* Framebuffer Object. */ 478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|
/external/chromium_org/third_party/khronos/GLES2/ |
gl2.h | 427 /* Framebuffer Object. */ 478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); 557 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLuint framebuffer);
|