Home
last modified time | relevance | path

Searched defs:bufferIn (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DVertexAttribute.h44 ANGLE_INLINE void setBuffer(const gl::Context *context, Buffer *bufferIn) in setBuffer()
50 ANGLE_INLINE void assignBuffer(Buffer *bufferIn) { mBuffer.assign(bufferIn); } in assignBuffer()
/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/
H A DComputeBenchmarks.cpp29 float *bufferIn = (float *)malloc(numElements * sizeof(float)); in CppCompute() local
122 vk::Buffer bufferIn; member in BufferToBufferComputeBenchmark
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dtest_create_context.cpp35 std::vector<cl_uchar> bufferIn(width * height * 3 / 2, 0); in context_create() local
H A Dtest_functions_kernel.cpp58 std::vector<std::vector<cl_uchar>> bufferIn(FRAME_NUM); in kernel_functions() local
H A Dtest_interop_sync.cpp37 std::vector<cl_uchar> bufferIn(width * height * 3 / 2, 0); in interop_user_sync() local
H A Dtest_other_data_types.cpp146 std::vector<std::vector<T>> bufferIn(FRAME_NUM); in other_data_types() local
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLRobustnessTest.cpp705 GLBuffer bufferIn; in TEST_P() local
/aosp_15_r20/external/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp203 VkBuffer bufferIn; in test() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp11612 ImageHelper::SubresourceUpdate::SubresourceUpdate(RefCounted<BufferHelper> *bufferIn, in SubresourceUpdate()