/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderClipping.cpp | 191 /* Create and configure the framebuffer object */ 196 GLU_EXPECT_NO_ERROR(gl.getError(), "Error configuring framebuffer object!");
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiNullHandleTests.cpp | 82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) 84 context.getDeviceInterface().destroyFramebuffer(context.getDevice(), framebuffer, pAllocator);
|
vktApiSmokeTests.cpp | 690 // Framebuffer 703 const Unique<VkFramebuffer> framebuffer (createFramebuffer(vk, vkDevice, &framebufferParams)); 777 *framebuffer, // framebuffer [all...] |
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
vktGeometryBasicClass.cpp | 87 const Unique<VkFramebuffer> framebuffer (makeFramebuffer(vk, device, *renderPass, *colorAttachmentView, resolution.x(), resolution.y(), 1u)); 152 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor);
|
/external/deqp/framework/platform/ios/ |
tcuIOSPlatform.mm | 273 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating framebuffer"); 276 throw NotSupportedError("Framebuffer is not complete");
|
/external/deqp/modules/gles2/functional/ |
es2fPrerequisiteTests.cpp | 259 log << TestLog::ImageSet("Result", "Resulting framebuffer") 260 << TestLog::Image("Result", "Resulting framebuffer", resImage)
|
/external/deqp/modules/gles3/functional/ |
es3fPrerequisiteTests.cpp | 258 m_testCtx.getLog() << TestLog::ImageSet("Result", "Resulting framebuffer") 259 << TestLog::Image("Result", "Resulting framebuffer", resImage)
|
/external/libvncserver/libvncserver/ |
main.c | 368 out = screen->frameBuffer+rect.x1*bpp+rect.y1*rowstride; 369 in = screen->frameBuffer+(rect.x1-dx)*bpp+(rect.y1-dy)*rowstride; 933 * Switch to another framebuffer (maybe of different size and color 935 * their local framebuffer dimensions if necessary. 940 void rfbNewFramebuffer(rfbScreenInfoPtr screen, char *framebuffer, 969 screen->frameBuffer = framebuffer; 1038 free(ptr->frameBuffer);
|
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_state.c | [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
EXT_framebuffer_object.xml | 108 <param name="framebuffer" type="GLuint"/> 114 <param name="framebuffer" type="GLuint"/>
|
/external/skia/src/gpu/gl/ |
GrGLRenderTarget.cpp | 204 // Don't log the framebuffer, as the framebuffer itself doesn't contribute to meaningful
|
/external/skia/src/gpu/vk/ |
GrVkCommandBuffer.h | 184 // Begins render pass on this command buffer. The framebuffer from GrVkRenderTarget will be used 301 void begin(const GrVkGpu* gpu, const GrVkFramebuffer* framebuffer,
|
/external/skqp/src/gpu/glsl/ |
GrGLSLFragmentShaderBuilder.h | 83 * in the mask will not be written out to the framebuffer. 114 * be written out to the framebuffer. Note that this mask can be reduced by a future call to
|
/external/skqp/src/gpu/vk/ |
GrVkCommandBuffer.h | 184 // Begins render pass on this command buffer. The framebuffer from GrVkRenderTarget will be used 301 void begin(const GrVkGpu* gpu, const GrVkFramebuffer* framebuffer,
|
/external/syslinux/efi/ |
console.c | 142 si->orig_video_isVGA = 0x70; /* EFI framebuffer */ 286 si->orig_video_isVGA = 0x70; /* EFI framebuffer */
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCEAGLVideoView.m | 146 // GLKView manages a framebuffer for us. 214 // The renderer will draw the frame to the framebuffer corresponding to the
|
/external/webrtc/webrtc/api/objc/ |
RTCEAGLVideoView.m | 128 // GLKView manages a framebuffer for us. 196 // The renderer will draw the frame to the framebuffer corresponding to the
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11ExtensionPack.java | 112 int framebuffer 313 int framebuffer
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES20.spec | 5 void glBindFramebuffer ( GLenum target, GLuint framebuffer ) 85 GLboolean glIsFramebuffer ( GLuint framebuffer )
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
FramebufferSurface.cpp | 50 * This implements the (main) framebuffer management. This class is used 148 ALOGE("error posting framebuffer: %d", result);
|
/hardware/libhardware/include/hardware/ |
hwcomposer_defs.h | 133 * framebuffer with transparent pixels where this layer would be. 167 /* this layer is to be drawn into the framebuffer by SurfaceFlinger */
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlay.h | 79 /* set the framebuffer index for external display */ 81 /* Returns framebuffer index of the current external display */
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_display.h | 94 // Framebuffer configurations 240 HWCLayer *client_target_ = nullptr; // Also known as framebuffer target
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
nubus.h | 53 * Jet framebuffer (DuoDock Plus): <3,1,1,41> 122 NUBUS_DRHW_APPLE_JET = 0x0029, /* Jet framebuffer (DuoDock) */
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
core_validation.h | 188 VkFramebuffer framebuffer; member in class:FRAMEBUFFER_STATE 194 : framebuffer(fb), createInfo(pCreateInfo), renderPassCreateInfo(pRPCI){};
|