Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
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()
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_create_context.cpp35 std::vector<cl_uchar> bufferIn(width * height * 3 / 2, 0); in context_create() local
Dtest_functions_kernel.cpp58 std::vector<std::vector<cl_uchar>> bufferIn(FRAME_NUM); in kernel_functions() local
Dtest_interop_sync.cpp37 std::vector<cl_uchar> bufferIn(width * height * 3 / 2, 0); in interop_user_sync() local
Dtest_other_data_types.cpp146 std::vector<std::vector<T>> bufferIn(FRAME_NUM); in other_data_types() local
/external/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp201 VkBuffer bufferIn; in test() local