Searched refs:bufferIn (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | VertexAttribute.h | 44 ANGLE_INLINE void setBuffer(const gl::Context *context, Buffer *bufferIn) in setBuffer() argument 46 mBuffer.set(context, bufferIn); in setBuffer() 50 ANGLE_INLINE void assignBuffer(Buffer *bufferIn) { mBuffer.assign(bufferIn); } in assignBuffer() argument
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | test_create_context.cpp | 35 std::vector<cl_uchar> bufferIn(width * height * 3 / 2, 0); in context_create() local 36 if (!YUVGenerate(surfaceFormat, bufferIn, width, height, 0, 255)) in context_create() 120 if (!YUVSurfaceSet(surfaceFormat, surface, bufferIn, width, height)) in context_create() 225 if (!YUVCompare(surfaceFormat, out, bufferIn, width, height)) in context_create() 267 if (!YUVCompare(surfaceFormat, bufferOut, bufferIn, width, height)) in context_create()
|
D | test_interop_sync.cpp | 37 std::vector<cl_uchar> bufferIn(width * height * 3 / 2, 0); in interop_user_sync() local 38 if (!YUVGenerate(surfaceFormat, bufferIn, width, height, 0, 255)) in interop_user_sync() 127 if (!YUVSurfaceSet(surfaceFormat, surface, bufferIn, width, height)) in interop_user_sync() 268 if (!YUVCompare(surfaceFormat, out, bufferIn, width, height)) in interop_user_sync() 302 if (!YUVCompare(surfaceFormat, bufferOut, bufferIn, width, height)) in interop_user_sync()
|
D | test_functions_kernel.cpp | 58 std::vector<std::vector<cl_uchar>> bufferIn(FRAME_NUM); in kernel_functions() local 64 if (!YUVGenerate(surfaceFormat, bufferIn[i], width, height, in kernel_functions() 219 bufferIn[frameIdx % FRAME_NUM], width, height)) in kernel_functions()
|
D | test_other_data_types.cpp | 146 std::vector<std::vector<T>> bufferIn(FRAME_NUM); in other_data_types() local 153 bufferIn[i], width, height, planeNum, step * i, in other_data_types() 263 &bufferIn[frameIdx % FRAME_NUM][y * width * planeNum], in other_data_types() 299 out, bufferIn[frameIdx % FRAME_NUM], width, in other_data_types() 442 out, bufferIn[frameIdx % FRAME_NUM], width, in other_data_types()
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | ComputeTests.cpp | 201 VkBuffer bufferIn; in test() local 205 &bufferIn)); in test() 250 bufferIn, // buffer in test() 305 device->DestroyBuffer(bufferIn); in test()
|