/packages/apps/LegacyCamera/jni/ |
mosaic_renderer_jni.cpp | 25 #include "mosaic_renderer/FrameBuffer.h" 73 FrameBuffer gBufferInput[NR]; 78 FrameBuffer gBufferInputYVU[NR]; 85 FrameBuffer gBuffer[2];
|
/packages/services/Car/evs/app/ |
RenderBase.cpp | 187 ALOGE("Offscreen framebuffer not configured successfully (%d: %s)",
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/video/ |
sisfb.h | 2 * sisfb.h - definitions for the SiS framebuffer driver
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/ |
libVkLayer_core_validation.so | |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/mips/ |
libVkLayer_core_validation.so | |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/x86/ |
libVkLayer_core_validation.so | |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
object_tracker.h | 158 "Framebuffer", // VK_DEBUG_REPORT_OBJECT_TYPE_FRAMEBUFFER_EXT
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
ProtocolConstants.java | 121 /** Sends framebuffer update. */
|
/external/deqp/external/openglcts/modules/gl/ |
gl4cDirectStateAccessTexturesTests.cpp | 837 /** @brief Function prepares framebuffer with internal format color attachment. 838 * Viewport is set up. Content of the framebuffer is cleared. 842 * @return if the framebuffer returned is supported 850 /* Prepare framebuffer. */ 872 throw tcu::NotSupportedError("unsupported framebuffer configuration"); 880 /* Clear framebuffer's content. */ 1132 * If the framebuffer it not supported, means that the 1199 /* Framebuffer. */ [all...] |
/external/deqp/modules/glshared/ |
glsLifetimeTests.cpp | 71 using glu::Framebuffer; 243 GLU_EXPECT_NO_ERROR(gl.getError(), "Read pixels from framebuffer"); 277 Framebuffer fbo(getRenderContext()); 303 << "// Read pixels from framebuffer " << fbo << " to output image." 311 << "// Drew to framebuffer " << fbo << " with seed " << seed << "." 317 Framebuffer fbo(getRenderContext()); 737 , m_fboType (ctx, "framebuffer", [all...] |
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 796 * Framebuffer information record. Used by libGL to communicate information 797 * about the framebuffer to the driver's \c __driCreateNewScreen function. 808 unsigned char *base; /**< Framebuffer base address in the CPU's 810 * calling \c drmMap on the framebuffer handle 814 int size; /**< Framebuffer size, in bytes. */ 816 int width; /**< Pixel width of the framebuffer. */ 817 int height; /**< Pixel height of the framebuffer. */ [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineRenderToImageTests.cpp | 481 // Ordering here must match the framebuffer attachments 1009 Move<VkFramebuffer> framebuffer; local [all...] |
vktPipelineMultisampleImageTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboInvalidateTests.cpp | 682 // Figure out formats that are compatible with default framebuffer. 760 // Set default framebuffer as draw framebuffer and blit preserved buffers. [all...] |
es3fFboColorbufferTests.cpp | 304 // Render to framebuffer. 446 // Render to framebuffer 572 // Render to framebuffer 696 // Render to framebuffer 772 // Fill framebuffer with grid pattern. [all...] |
/external/libvncserver/rfb/ |
rfbproto.h | 356 * This tells the client the width and height of the server's framebuffer, 532 * FramebufferUpdate - a block of rectangles to be copied to the framebuffer. [all...] |
/external/mesa3d/src/intel/vulkan/ |
anv_device.c | 2006 struct anv_framebuffer *framebuffer; local [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/ |
unique_objects_wrappers.h | [all...] |
/system/core/libbacktrace/testdata/arm/ |
libGLESv2_adreno.so | |
/cts/tests/tests/graphics/jni/ |
VulkanTestHelpers.cpp | 451 // Create an image to back our framebuffer. 598 // Create framebuffer. [all...] |
/external/libvncserver/libvncserver/ |
cursor.c | 504 memcpy(s->frameBuffer+(y1+j)*rowstride+x1*bpp, 558 const char* src=s->frameBuffer+(y1+j)*rowstride+x1*bpp; 599 dest = s->frameBuffer + (j+y1)*rowstride + (i+x1)*bpp; 664 memcpy(s->frameBuffer+(j+y1)*rowstride+(i+x1)*bpp, 676 * that if the frameBuffer was transmitted with a cursor drawn, then that
|
/external/deqp/modules/gles3/stress/ |
es3sSpecialFloatTests.cpp | 429 m_testCtx.getLog() << tcu::TestLog::Message << "Using default framebuffer." << tcu::TestLog::EndMessage; [all...] |
/external/mesa3d/src/mesa/main/ |
mtypes.h | 191 * Framebuffer configuration (aka visual / pixelformat) 489 GLboolean sRGBEnabled; /**< Framebuffer sRGB blending/updating requested */ [all...] |
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
gl_entry.cpp | 230 GLboolean glIsFramebufferOES(GLuint framebuffer); 231 void glBindFramebufferOES(GLenum target, GLuint framebuffer); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageMutableTests.cpp | 771 // Ordering here must match the framebuffer attachments 1020 Move<VkFramebuffer> framebuffer; member in struct:vkt::image::UploadDownloadExecutor::__anon17713 [all...] |