/external/mesa3d/src/mesa/drivers/x11/ |
xm_api.c | 71 #include "main/framebuffer.h" 1087 /* get pixmap size, update framebuffer/renderbuffer dims */ [all...] |
/external/swiftshader/src/D3D9/ |
Direct3DDevice9.cpp | 37 #include "FrameBuffer.hpp" [all...] |
/external/vulkan-validation-layers/loader/ |
trampoline.c | [all...] |
/external/vulkan-validation-layers/scripts/ |
object_tracker_generator.py | 212 "framebuffer-compatalloc": "VALIDATION_ERROR_250006fa", 213 "framebuffer-nullalloc": "VALIDATION_ERROR_250006fc", [all...] |
/external/vulkan-validation-layers/tests/layers/ |
wrap_objects.cpp | 631 VKAPI_ATTR void VKAPI_CALL vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) 633 device_dispatch_table(device)->DestroyFramebuffer(device, framebuffer, pAllocator); [all...] |
/frameworks/base/libs/hwui/debug/ |
gles_decls.in | 5 GL_ENTRY(void, glBindFramebuffer, GLenum target, GLuint framebuffer) 84 GL_ENTRY(GLboolean, glIsFramebuffer, GLuint framebuffer) [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | [all...] |
/frameworks/rs/driver/ |
rsdAllocation.cpp | 641 // Bind the framebuffer object so we can read back from it 649 // Revert framebuffer to its original [all...] |
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
hwc_session.cpp | [all...] |
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
hwc_session.cpp | [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_copybit.cpp | 120 // Skipping last layer since FrameBuffer layer should not affect 793 ALOGE("%s: Framebuffer handle is NULL", __FUNCTION__); [all...] |
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_session.cpp | [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/ |
wrap_objects.cpp | 629 VKAPI_ATTR void VKAPI_CALL vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) 631 device_dispatch_table(device)->DestroyFramebuffer(device, framebuffer, pAllocator); [all...] |
/system/core/libpixelflinger/ |
trap.cpp | 947 * viewport already, that is, no vertex lies outside of the framebuffer. 1020 // framebuffer [all...] |
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
GL2Encoder.h | 373 static void s_glBindFramebuffer(void* self, GLenum target, GLuint framebuffer); [all...] |
/device/google/cuttlefish_common/guest/hals/camera/ |
EmulatedCamera.cpp | 621 * use preview pixel format for the main framebuffer. */ [all...] |
/device/linaro/bootloader/edk2/CorebootPayloadPkg/ |
CorebootPayloadPkgIa32.dsc | 508 # Framebuffer Gop
|
CorebootPayloadPkgIa32X64.dsc | 511 # Framebuffer Gop
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
webgl-debug.js | 377 ctx.bindFramebuffer(ctx.FRAMEBUFFER, null);
|
/external/deqp/external/openglcts/modules/common/ |
glcRobustnessTests.cpp | 552 /* Framebuffer initialization */
|
glcShaderMultisampleInterpolationTests.cpp | 338 // Create a framebuffer with the texture attached.
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
esextcTextureCubeMapArrayGenerateMipMap.cpp | 413 /* Update the read framebuffer's color attachment to read from
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkFunctionPointerTypes.inl | 85 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyFramebufferFunc) (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator); [all...] |
vkVirtualDeviceInterface.inl | 68 virtual void destroyFramebuffer (VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) const = 0;
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
vktFragmentOperationsScissorMultiViewportTests.cpp | 613 *m_framebuffer, // VkFramebuffer framebuffer; [all...] |